feat: split bills for one deal

This commit is contained in:
2025-05-09 13:33:17 +04:00
parent e4f8e90ae6
commit d03ba66ebb
11 changed files with 112 additions and 45 deletions

View File

@@ -4,6 +4,5 @@
/* eslint-disable */
export type CancelCardBillRequest = {
cardId: number;
force?: (boolean | null);
};