We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use publishType:, I must use publishType: 'UNLISTED' as const instead of publishType: 'UNLISTED' for the program to not throw an error
publishType:
publishType: 'UNLISTED' as const
publishType: 'UNLISTED'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use
publishType:
, I must usepublishType: 'UNLISTED' as const
instead ofpublishType: 'UNLISTED'
for the program to not throw an errorThe text was updated successfully, but these errors were encountered: