| 114 | return resource.type === "image" || resource.type === "file"; |
| 115 | } |
| 116 | |
| 117 | export class FeishuAdapter implements PlatformAdapter, MessageSender { |
| 118 | readonly name = "feishu"; |
| 119 |
nothing calls this directly
no outgoing calls
no test coverage detected