api client refactor
This commit is contained in:
10
apps/website/lib/dtos/SponsorDto.ts
Normal file
10
apps/website/lib/dtos/SponsorDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Sponsor data transfer object
|
||||
* Represents a sponsor entity
|
||||
*/
|
||||
export interface SponsorDto {
|
||||
id: string;
|
||||
name: string;
|
||||
logoUrl?: string;
|
||||
websiteUrl?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user