ZeroConfig type
Home > @cbnsndwch/zero-contracts > ZeroConfig
ZeroConfig type
Configuration for zero-cache change source.
Signature:
type ZeroConfig = {
auth: {
token: string;
};
kv: {
provider: 'zqlite';
zqlite: {
file: string;
};
};
tableMapping?: {
[clientName: string]: TableMapping;
};
};References: TableMapping
How was this page?