This commit is contained in:
Adria Navarro 2025-01-08 12:22:17 +01:00
parent ed2e35dea0
commit a1ac0ac0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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