feat: add create and delete wallet
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user