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
Stack trace:
TS2345: Argument of type '(({ 'error?': string; type: string; } | { image: string; type: string; })[][] | { status: string; type: string; })[][]' is not assignable to parameter of type 'Type'. Type '(({ 'error?': string; type: string; } | { image: string; type: string; })[][] | { status: string; type: string; })[][]' is not assignable to type 'ArrayType'. Type '(({ 'error?': string; type: string; } | { image: string; type: string; })[][] | { status: string; type: string; })[]' is not assignable to type 'ScalarType'. Type '(({ 'error?': string; type: string; } | { image: string; type: string; })[][] | { status: string; type: string; })[]' is not assignable to type 'ObjectType'. Index signature is missing in type '(({ 'error?': string; type: string; } | { image: string; type: string; })[][] | { status: string; type: string; })[]'.
Check error in this repo: https://github.com/carmon/boiler-ts
Note the exported:
export type OneTwoThreeWorkingEvent = Event1 | Event2 | Event3; export type OneTwoThreeNotWorkingEvent = OneTwoEvent | Event3;
First type works, second breaks schema.ts typing.
schema.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stack trace:
Check error in this repo: https://github.com/carmon/boiler-ts
Note the exported:
First type works, second breaks
schema.ts
typing.The text was updated successfully, but these errors were encountered: