@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface Note

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

    Properties

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