feat: add create and delete wallet

This commit is contained in:
Wikzyy
2025-03-27 20:37:49 +07:00
parent 088adb26c3
commit 15ac69a620
5 changed files with 718 additions and 6 deletions

View File

@ -7,12 +7,12 @@ import { Toaster } from 'sonner';
import ListToolbar from '../blocks/ListToolbar';
interface WalletProps {
id: string;
name: string;
status: string;
description: string;
group: string[];
currency_id: string;
Wallet_id: string;
Wallet_name: string;
Wallet_status: string;
Wallet_description: string;
Wallet_group: string[];
Wallet_currency_id: string;
}
interface ContextProps {