api client refactor
This commit is contained in:
9
apps/website/lib/dtos/GetWalletOutputDto.ts
Normal file
9
apps/website/lib/dtos/GetWalletOutputDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { WalletDto } from './WalletDto';
|
||||
|
||||
/**
|
||||
* Get wallet output data transfer object
|
||||
* Output containing wallet information
|
||||
*/
|
||||
export interface GetWalletOutputDto {
|
||||
wallet: WalletDto;
|
||||
}
|
||||
Reference in New Issue
Block a user