Type Alias ActiveInviteCodeTeamIdCompoundUniqueInput

ActiveInviteCodeTeamIdCompoundUniqueInput: {
    code: string;
    teamId: string;
}