Share via


ITableSchema interface

Interface for table schema information

Properties

displayName
fields
name

Property Details

displayName

displayName?: string

Property Value

string

fields

fields: Record<string, IFieldSchema>

Property Value

Record<string, IFieldSchema>

name

name: string

Property Value

string