Type Alias TeamUpdateToOneWithWhereWithoutActiveInvitesInput

TeamUpdateToOneWithWhereWithoutActiveInvitesInput: {
    data: XOR<TeamUpdateWithoutActiveInvitesInput, TeamUncheckedUpdateWithoutActiveInvitesInput>;
    where?: TeamWhereInput;
}