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