UNPKG

@figuro/chatwoot-sdk

Version:
7 lines (6 loc) 183 B
import type { contact } from "./contact"; import type { generic_id } from "./generic_id"; /** * array of contacts */ export declare type contact_list = Array<generic_id & contact>;