Skip to content

fix: fix channel.membership type #843

fix: fix channel.membership type

fix: fix channel.membership type #843

Triggered via pull request May 16, 2024 11:44
Status Failure
Total duration 1m 5s
Artifacts

type.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: test/typescript/data.ts#L3
Type '{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L5
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L6
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L10
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L11
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L12
Type '{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: "" | "testCreateCommand" | "testCreateCommand_set" | "testDeleteCommand" | ... 8 more ... | "ticket"; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L15
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L16
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L17
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: "" | "testCreateCommand" | "testCreateCommand_set" | "testDeleteCommand" | "testDeleteCommand_set" | ... 7 more ... | "ticket"; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L18
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.