UNPKG

amocrm-client

Version:
14 lines (13 loc) 406 B
import { IEntityAttributes } from "./api"; export interface IWidgetAttributes extends IEntityAttributes { code: string; version: string; rating: string; settings_template: Array<Record<never, never>>; is_lead_source: boolean; is_work_with_dp: boolean; is_crm_template: boolean; is_active_in_account: boolean; client_uuid: string; pipeline_id: number; }