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