Skip to content

@pbvex/protocol / TableDescriptor

Type Alias: TableDescriptor

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

Generated API reference. Source of truth is the codebase.