@watzon/baserow
    Preparing search index...

    Interface SingleAuditLogExportJobRequest

    interface SingleAuditLogExportJobRequest {
        csv_column_separator?: string;
        csv_first_row_header?: boolean;
        exclude_columns?: string;
        export_charset?: string;
        filter_action_type?: string;
        filter_from_timestamp?: string;
        filter_to_timestamp?: string;
        filter_user_id?: number;
        filter_workspace_id?: number;
    }
    Index

    Properties

    csv_column_separator?: string
    csv_first_row_header?: boolean
    exclude_columns?: string
    export_charset?: string
    filter_action_type?: string
    filter_from_timestamp?: string
    filter_to_timestamp?: string
    filter_user_id?: number
    filter_workspace_id?: number