api client refactor
This commit is contained in:
8
apps/website/lib/dtos/CreatePaymentOutputDto.ts
Normal file
8
apps/website/lib/dtos/CreatePaymentOutputDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Create payment output data transfer object
|
||||
* Output from creating a payment
|
||||
*/
|
||||
export interface CreatePaymentOutputDto {
|
||||
paymentId: string;
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user