| 54 | } |
| 55 | |
| 56 | export interface BotInfo { |
| 57 | id: string; |
| 58 | deleted: boolean; |
| 59 | name: string; |
| 60 | updated: number; |
| 61 | app_id: string; |
| 62 | user_id?: string; |
| 63 | icons: { |
| 64 | image_36: string; |
| 65 | image_48: string; |
| 66 | image_72: string; |
| 67 | }; |
| 68 | } |
nothing calls this directly
no outgoing calls
no test coverage detected