interface ICrm {
    custom_fields: any;
    id: string;
    lists: IList[];
    name: string;
    type: BoardType;
    workspace: any;
}

Hierarchy (View Summary)

Properties

custom_fields: any
id: string
lists: IList[]
name: string
type: BoardType
workspace: any