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 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/api/model/message.ts#L75
Duplicate identifier 'invokedBotWid'.
build: src/api/model/message.ts#L75
Cannot find name 'WID'. Did you mean 'Wid'?
build: src/api/model/message.ts#L75
Property 'invokedBotWid' of exported interface has or is using private name 'WID'.
build: src/api/model/message.ts#L76
Duplicate identifier 'invokedBotWid'.
build: 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'.
build: src/api/model/message.ts#L75
Duplicate identifier 'invokedBotWid'.
build: src/api/model/message.ts#L75
Cannot find name 'WID'. Did you mean 'Wid'?
build: src/api/model/message.ts#L75
Property 'invokedBotWid' of exported interface has or is using private name 'WID'.
build: src/api/model/message.ts#L76
Duplicate identifier 'invokedBotWid'.
build: 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'.
build
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/