interface Note {
    created_by?: number;
    entity_id?: number;
    is_need_to_trigger_digital_pipeline: boolean;
    note_type: string;
    params?: object;
    request_id?: string;
}

Properties

created_by?: number
entity_id?: number
is_need_to_trigger_digital_pipeline: boolean
note_type: string
params?: object
request_id?: string