@truenas/api-client
    Preparing search index...

    Interface ACLTemplateByPathQueryOptions

    interface ACLTemplateByPathQueryOptions {
        force_sql_filters?: boolean;
        limit?: number;
        offset?: number;
        order_by?: string[];
    }
    Index
    force_sql_filters?: boolean
    limit?: number
    offset?: number
    order_by?: string[]