Appearance
@pbvex/protocol / TableDescriptor
TableDescriptor = Readonly<{ fields: Record<string, JSONValue>; indexes?: IndexDescriptor[]; tableName: string; }>
Readonly
fields
Record
string
JSONValue
indexes?
IndexDescriptor
tableName