DisBot
    Preparing search index...

    Type Alias GuildChannelLinksCreateManyGuildsInputEnvelope

    type GuildChannelLinksCreateManyGuildsInputEnvelope = {
        data:
            | GuildChannelLinksCreateManyGuildsInput
            | GuildChannelLinksCreateManyGuildsInput[];
        skipDuplicates?: boolean;
    }
    Index

    Properties

    skipDuplicates?: boolean