| 6 | // ==LICENSE-END== |
| 7 | |
| 8 | export interface CodeMessage { |
| 9 | code: number | string; |
| 10 | message: string; |
| 11 | } |
| 12 | |
| 13 | export interface CodeMessageWithClass extends CodeMessage { |
| 14 | class: string; |
nothing calls this directly
no outgoing calls
no test coverage detected