interface ITemplateListParams {
    ascending?: boolean;
    created_at?: Templates.Templates.ITimePeriod;
    is_personal?: boolean;
    is_public?: boolean;
    page?: number;
    q?: string;
    rows?: number;
    sort_by?: Templates.Templates.SortOptions;
    status?: string[];
}

Properties

ascending?: boolean
is_personal?: boolean
is_public?: boolean
page?: number
q?: string
rows?: number
status?: string[]