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