api client refactor
This commit is contained in:
10
apps/website/lib/dtos/CreateSponsorInputDto.ts
Normal file
10
apps/website/lib/dtos/CreateSponsorInputDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Create sponsor input data transfer object
|
||||
* Input for creating a new sponsor
|
||||
*/
|
||||
export interface CreateSponsorInputDto {
|
||||
name: string;
|
||||
logoUrl?: string;
|
||||
websiteUrl?: string;
|
||||
userId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user