export interface InviteTeamUserInput {
    teamId: string;
    userId: string;
}
export interface InviteTeamUserOutput {
}
