DisBot
    Preparing search index...

    Type Alias LeaveImageDataUncheckedUpdateOneWithoutGuildLeaveSetupNestedInput

    type LeaveImageDataUncheckedUpdateOneWithoutGuildLeaveSetupNestedInput = {
        connect?: LeaveImageDataWhereUniqueInput;
        connectOrCreate?: LeaveImageDataCreateOrConnectWithoutGuildLeaveSetupInput;
        create?: XOR<
            LeaveImageDataCreateWithoutGuildLeaveSetupInput,
            LeaveImageDataUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        delete?: LeaveImageDataWhereInput
        | boolean;
        disconnect?: LeaveImageDataWhereInput | boolean;
        update?: XOR<
            XOR<
                LeaveImageDataUpdateToOneWithWhereWithoutGuildLeaveSetupInput,
                LeaveImageDataUpdateWithoutGuildLeaveSetupInput,
            >,
            LeaveImageDataUncheckedUpdateWithoutGuildLeaveSetupInput,
        >;
        upsert?: LeaveImageDataUpsertWithoutGuildLeaveSetupInput;
    }
    Index

    Properties

    delete?: LeaveImageDataWhereInput | boolean
    disconnect?: LeaveImageDataWhereInput | boolean