DisBot
    Preparing search index...

    Type Alias GuildFeatureTogglesCreateOrConnectWithoutGuildsInput

    type GuildFeatureTogglesCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildFeatureTogglesCreateWithoutGuildsInput,
            GuildFeatureTogglesUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildFeatureTogglesWhereUniqueInput;
    }
    Index

    Properties

    Properties