add new cards

This commit is contained in:
EsioFreitas
2023-02-02 18:11:47 -03:00
parent d49881f22c
commit fa66962c68
6 changed files with 65 additions and 2561 deletions

View File

@@ -7,4 +7,5 @@ export type ValidDeposit = {
seller: string;
pixKey: string;
pixTarget?: string;
open?: boolean;
};