type GlobalPromptTemplateListOptions = object;
optional ascending: boolean;
optional excludeProjectId: string;
optional limit: number;
optional nameFilter: string;
optional nameOperator: "eq" | "ne" | "contains" | "one_of" | "not_in";
optional projectId: string;
optional projectName: string;
optional sortField: "name" | "created_at" | "updated_at";
optional startingToken: number;
Was this page helpful?