E621
    Preparing search index...

    Interface SearchStaffExceptionLogsOptions

    interface SearchStaffExceptionLogsOptions {
        class_name?: string;
        code?: string;
        commit?: string;
        id?: string | number;
        limit?: number;
        order?: "id_asc" | "id_desc";
        page?: number;
        user_name?: string;
        without_class_name?: string;
    }

    Hierarchy (View Summary)

    Index
    class_name?: string
    code?: string
    commit?: string
    id?: string | number
    limit?: number
    order?: "id_asc" | "id_desc"
    page?: number
    user_name?: string
    without_class_name?: string