Type Alias UserGettingStartedUpdateToOneWithWhereWithoutUserInput

UserGettingStartedUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserGettingStartedUpdateWithoutUserInput, UserGettingStartedUncheckedUpdateWithoutUserInput>;
    where?: UserGettingStartedWhereInput;
}