DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateManyGuildsInputEnvelope

    type GuildYoutubeNotificationsCreateManyGuildsInputEnvelope = {
        data:
            | GuildYoutubeNotificationsCreateManyGuildsInput
            | GuildYoutubeNotificationsCreateManyGuildsInput[];
        skipDuplicates?: boolean;
    }
    Index

    Properties

    skipDuplicates?: boolean