Skip to content

fix: added missing properties to the Message type definition #21

fix: added missing properties to the Message type definition

fix: added missing properties to the Message type definition #21

Triggered via push June 26, 2024 14:12
Status Failure
Total duration 48s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/api/model/message.ts#L75
Duplicate identifier 'invokedBotWid'.
lint: src/api/model/message.ts#L75
Cannot find name 'WID'. Did you mean 'Wid'?
lint: src/api/model/message.ts#L75
Property 'invokedBotWid' of exported interface has or is using private name 'WID'.
lint: src/api/model/message.ts#L76
Duplicate identifier 'invokedBotWid'.
lint: src/api/model/message.ts#L76
Subsequent property declarations must have the same type. Property 'invokedBotWid' must be of type 'any', but here has type 'null'.
lint: src/api/model/message.ts#L75
Duplicate identifier 'invokedBotWid'.
lint: src/api/model/message.ts#L75
Cannot find name 'WID'. Did you mean 'Wid'?
lint: src/api/model/message.ts#L75
Property 'invokedBotWid' of exported interface has or is using private name 'WID'.
lint: src/api/model/message.ts#L76
Duplicate identifier 'invokedBotWid'.
lint: src/api/model/message.ts#L76
Subsequent property declarations must have the same type. Property 'invokedBotWid' must be of type 'any', but here has type 'null'.
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/