fantasia-archive/src/interfaces/I_FieldRelationship.ts

9 lines
137 B
TypeScript
Raw Normal View History

2021-01-31 02:43:13 +13:00
export interface I_FieldRelationship{
type: string
label: string
value: string
url: string
_id: string
pairedField: string
}