Skip to content

Commit fc35feb

Browse files
committed
[pagination] with-schemas type
1 parent bc62ce9 commit fc35feb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/@types/persisters/with-schemas/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ export type DpcTabularLoad<Schema extends OptionalTablesSchema> = {
131131
tableId: TableIdFromSchema<Schema>;
132132
/// DpcTabularLoad.rowIdColumnName
133133
rowIdColumnName?: string;
134+
/// DpcTabularLoad.condition
135+
condition?: `${string}$tableName${string}`;
134136
}
135137
| TableIdFromSchema<Schema>;
136138
};
@@ -147,6 +149,8 @@ export type DpcTabularSave<Schema extends OptionalTablesSchema> = {
147149
deleteEmptyColumns?: boolean;
148150
/// DpcTabularSave.deleteEmptyTable
149151
deleteEmptyTable?: boolean;
152+
/// DpcTabularSave.condition
153+
condition?: `${string}$tableName${string}`;
150154
}
151155
| string;
152156
};

0 commit comments

Comments
 (0)