Fix type
This commit is contained in:
parent
ed2e35dea0
commit
a1ac0ac0b0
|
@ -14,7 +14,7 @@ export interface Query extends Document {
|
||||||
fields: RestQueryFields | any
|
fields: RestQueryFields | any
|
||||||
transformer: string | null
|
transformer: string | null
|
||||||
schema: Record<string, QuerySchema | string>
|
schema: Record<string, QuerySchema | string>
|
||||||
nestedSchemaFields: Record<string, Record<string, QuerySchema | string>>
|
nestedSchemaFields?: Record<string, Record<string, QuerySchema | string>>
|
||||||
readable: boolean
|
readable: boolean
|
||||||
queryVerb: string
|
queryVerb: string
|
||||||
// flag to state whether the default bindings are empty strings (old behaviour) or null
|
// flag to state whether the default bindings are empty strings (old behaviour) or null
|
||||||
|
|
Loading…
Reference in New Issue