export interface QueryOptions {
    required?: boolean;
    schema?: {
        type?: string;
    };
}
