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 bc62ce9 commit fc35febCopy full SHA for fc35feb
src/@types/persisters/with-schemas/index.d.ts
@@ -131,6 +131,8 @@ export type DpcTabularLoad<Schema extends OptionalTablesSchema> = {
131
tableId: TableIdFromSchema<Schema>;
132
/// DpcTabularLoad.rowIdColumnName
133
rowIdColumnName?: string;
134
+ /// DpcTabularLoad.condition
135
+ condition?: `${string}$tableName${string}`;
136
}
137
| TableIdFromSchema<Schema>;
138
};
@@ -147,6 +149,8 @@ export type DpcTabularSave<Schema extends OptionalTablesSchema> = {
147
149
deleteEmptyColumns?: boolean;
148
150
/// DpcTabularSave.deleteEmptyTable
151
deleteEmptyTable?: boolean;
152
+ /// DpcTabularSave.condition
153
154
155
| string;
156
0 commit comments