UNPKG

gql-query-builder

Version:
11 lines (10 loc) 206 B
declare type VariableOptions = { type?: string; name?: string; value: any; list?: boolean | [boolean]; required?: boolean; } | { [k: string]: any; }; export default VariableOptions;