UNPKG

@figuro/chatwoot-sdk

Version:
9 lines (8 loc) 175 B
import type { inbox } from "./inbox"; export declare type contactable_inboxes = { /** * Contact Inbox Source Id */ source_id?: string; inbox?: inbox; };