(
props: LinenTypes.channelFindOrCreateType
)
| 47 | } |
| 48 | |
| 49 | findOrCreateChannel( |
| 50 | props: LinenTypes.channelFindOrCreateType |
| 51 | ): Promise<{ id: string }> { |
| 52 | return this.post(`/api/integrations/channels`, props); |
| 53 | } |
| 54 | |
| 55 | getChannelIntegration( |
| 56 | search: LinenTypes.channelGetIntegrationType |
no test coverage detected