import { Pagination } from "../Pagination";
export interface TemplateQueryParams extends Pagination {
    domain_id?: string;
}
