/** * This file was auto-generated by Fern from our API Definition. */ export type PromptTypeQueryEnum = "ALL" | "AI_ASSIST" | "CONSTRAINT_GENERATION"; export declare const PromptTypeQueryEnum: { readonly All: "ALL"; readonly AiAssist: "AI_ASSIST"; readonly ConstraintGeneration: "CONSTRAINT_GENERATION"; };