создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 45s

This commit is contained in:
alsaze
2025-10-05 15:54:16 +03:00
parent 4c8aebddf6
commit dd7abe1fc6
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
export interface IBspb {
order: {
id: number
hppUrl: string
password: string
accessToken: string
status: string
cvv2AuthStatus: string
}
}