feat: integrate mobile template with backend, add /mobile path routing and Todo dashboard
This commit is contained in:
5
mobile/types/wallet.ts
Normal file
5
mobile/types/wallet.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export interface WalletData {
|
||||
publicKey: string;
|
||||
privateKey: string;
|
||||
}
|
||||
Reference in New Issue
Block a user