DisBot
    Preparing search index...

    Type Alias GuildChannelLinksCreateOrConnectWithoutSyncedChannelLinkMessageInput

    type GuildChannelLinksCreateOrConnectWithoutSyncedChannelLinkMessageInput = {
        create: XOR<
            GuildChannelLinksCreateWithoutSyncedChannelLinkMessageInput,
            GuildChannelLinksUncheckedCreateWithoutSyncedChannelLinkMessageInput,
        >;
        where: GuildChannelLinksWhereUniqueInput;
    }
    Index

    Properties

    Properties