(
search: LinenTypes.channelGetType
)
| 41 | // channels ---- |
| 42 | |
| 43 | getChannel( |
| 44 | search: LinenTypes.channelGetType |
| 45 | ): Promise<{ id: string; accountId: string } | null> { |
| 46 | return this.get(`/api/integrations/channels?${qs(search)}`); |
| 47 | } |
| 48 | |
| 49 | findOrCreateChannel( |
| 50 | props: LinenTypes.channelFindOrCreateType |
no test coverage detected