DisBot
    Preparing search index...

    Type Alias UsersUpdateToOneWithWhereWithoutApisInput

    type UsersUpdateToOneWithWhereWithoutApisInput = {
        data: XOR<
            UsersUpdateWithoutApisInput,
            UsersUncheckedUpdateWithoutApisInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties