We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9c458 commit c5bea9cCopy full SHA for c5bea9c
src/lib/models/Models.ts
@@ -167,7 +167,8 @@ export interface notificationStoreType {
167
168
// Table column type for server-side table
169
export type ServerColumn = {
170
- column: string;
+ column: string; // column name on client side
171
+ key: string; // column name received from the server
172
exclude?: boolean; // false by default
173
instructions?: {
174
missingValues?: { [key: string | number]: string };
0 commit comments