DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUpdateOneRequiredWithoutImageDataNestedInput

    type GuildLeaveSetupUpdateOneRequiredWithoutImageDataNestedInput = {
        connect?: GuildLeaveSetupWhereUniqueInput;
        connectOrCreate?: GuildLeaveSetupCreateOrConnectWithoutImageDataInput;
        create?: XOR<
            GuildLeaveSetupCreateWithoutImageDataInput,
            GuildLeaveSetupUncheckedCreateWithoutImageDataInput,
        >;
        update?: XOR<
            XOR<
                GuildLeaveSetupUpdateToOneWithWhereWithoutImageDataInput,
                GuildLeaveSetupUpdateWithoutImageDataInput,
            >,
            GuildLeaveSetupUncheckedUpdateWithoutImageDataInput,
        >;
        upsert?: GuildLeaveSetupUpsertWithoutImageDataInput;
    }
    Index

    Properties