Interface: AliasesNameMap
Used to read and write table aliases within a Database instance
Properties
read
read: () =>
Promise<NameMapping> | () =>NameMapping
A function that returns a NameMapping object, or a
Promise of a NameMapping object.
Source
@tableland/sdk/src/helpers/config.ts:37
write
write: (
map) =>Promise<void> | (map) =>void
A function that accepts a NameMapping object and
returns void, or a Promise of void.
Source
@tableland/sdk/src/helpers/config.ts:38