6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export interface TeamAddUserParams {
|
|
teamId: number
|
|
userId: number
|
|
roleId: number
|
|
}
|