DisBot
    Preparing search index...

    Type Alias GuildFeatureTogglesUpsertWithoutGuildsInput

    type GuildFeatureTogglesUpsertWithoutGuildsInput = {
        create: XOR<
            GuildFeatureTogglesCreateWithoutGuildsInput,
            GuildFeatureTogglesUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildFeatureTogglesUpdateWithoutGuildsInput,
            GuildFeatureTogglesUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildFeatureTogglesWhereInput;
    }
    Index

    Properties

    Properties