API Reference / @evolu/common / Evolu/Internal / Table
Interface: Table
Defined in: packages/common/src/Evolu/Db.ts:105
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
columns | readonly | readonly string & Brand <"Base64Url" > & Brand <"MaxLength42" > & Brand <"MinLength1" > & Brand <"ColumnName" >[] | packages/common/src/Evolu/Db.ts:107 |
name | readonly | string & Brand <"Base64Url" > & Brand <"MaxLength42" > & Brand <"MinLength1" > & Brand <"TableName" > | packages/common/src/Evolu/Db.ts:106 |