Fix required ts
This commit is contained in:
parent
64679565bc
commit
3405484977
|
@ -25,7 +25,7 @@ interface BaseRelationshipFieldMetadata
|
||||||
tableId: string
|
tableId: string
|
||||||
tableRev?: string
|
tableRev?: string
|
||||||
subtype?: AutoFieldSubType.CREATED_BY | AutoFieldSubType.UPDATED_BY
|
subtype?: AutoFieldSubType.CREATED_BY | AutoFieldSubType.UPDATED_BY
|
||||||
schema: RelationFieldSchema
|
schema?: RelationFieldSchema
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RelationFieldSchema = Record<
|
export type RelationFieldSchema = Record<
|
||||||
|
|
Loading…
Reference in New Issue