UNPKG

n8n-nodes-amocrm

Version:
12 lines (11 loc) 231 B
export interface IStatus { id: number; name: string; sort: number; is_editable: boolean; pipeline_id: number; color: string; type: number; account_id: number; pipeline_name: string; }