DisBot
    Preparing search index...

    Type Alias GuildChannelLinksCreateOrConnectWithoutGuildsInput

    type GuildChannelLinksCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildChannelLinksCreateWithoutGuildsInput,
            GuildChannelLinksUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildChannelLinksWhereUniqueInput;
    }
    Index

    Properties

    Properties