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