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