DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUpsertWithWhereUniqueWithoutGuildsInput

    type GuildChannelLinksUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildChannelLinksCreateWithoutGuildsInput,
            GuildChannelLinksUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildChannelLinksUpdateWithoutGuildsInput,
            GuildChannelLinksUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildChannelLinksWhereUniqueInput;
    }
    Index

    Properties

    Properties