UNPKG

@figuro/chatwoot-sdk

Version:
11 lines (10 loc) 157 B
export declare type platform_account = { /** * Account ID */ id?: number; /** * Name of the account */ name?: string; };