interface ITemplateSearchParams {
    ascending?: boolean;
    created_at?: Templates.Templates.ITimePeriod;
    description?: string;
    document_name?: string;
    id?: string;
    is_personal?: boolean;
    is_public?: boolean;
    last_used_at?: Templates.Templates.ITimePeriod;
    name?: string;
    organization_id?: string;
    page?: number;
    profile_id?: string;
    row?: number;
    sender?: string;
    sort_by?: Templates.Templates.SortOptions;
    tags?: string[];
    updated_at?: Templates.Templates.ITimePeriod;
}

Properties

ascending?: boolean
description?: string
document_name?: string
id?: string
is_personal?: boolean
is_public?: boolean
name?: string
organization_id?: string
page?: number
profile_id?: string
row?: number
sender?: string
tags?: string[]