Type Alias UserKickAccountUpdateToOneWithWhereWithoutUserInput

UserKickAccountUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserKickAccountUpdateWithoutUserInput, UserKickAccountUncheckedUpdateWithoutUserInput>;
    where?: UserKickAccountWhereInput;
}