Type Alias UserUpdateToOneWithWhereWithoutPremiumInput

UserUpdateToOneWithWhereWithoutPremiumInput: {
    data: XOR<UserUpdateWithoutPremiumInput, UserUncheckedUpdateWithoutPremiumInput>;
    where?: UserWhereInput;
}