UNPKG

@figuro/chatwoot-sdk

Version:
4 lines (3 loc) 147 B
import type { contact } from "./contact"; import type { generic_id } from "./generic_id"; export declare type contact_base = generic_id & contact;