removed default

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-05 11:23:07 +04:00
parent 138b774073
commit 679e404dc8
4 changed files with 36 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
export interface FastcheckData {
fastcheck: string;
amount: number;
amount: number | null;
code: string;
expiration?: string;
}