Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How declare optional payload? #8

Open
collapsus opened this issue Jul 11, 2023 · 1 comment
Open

How declare optional payload? #8

collapsus opened this issue Jul 11, 2023 · 1 comment

Comments

@collapsus
Copy link

type PayloadDictionary = {
init: boolean;
// ^^^^^^ want to be optional, like readOnly?: boolean
}

@antonk52
Copy link
Owner

Payloads cannot be optional by design. IMO it is a bad practice. You can set your payload type as a union undefined | boolean though you would still need to call function with an argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants