Fix required ts

This commit is contained in:
Adria Navarro 2024-08-21 17:28:01 +02:00
parent 64679565bc
commit 3405484977
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ interface BaseRelationshipFieldMetadata
tableId: string
tableRev?: string
subtype?: AutoFieldSubType.CREATED_BY | AutoFieldSubType.UPDATED_BY
schema: RelationFieldSchema
schema?: RelationFieldSchema
}
export type RelationFieldSchema = Record<