DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsOmit<ExtArgs>

    GuildYoutubeNotificationsOmit: GetOmit<
        | "Id"
        | "YoutubeChannelId"
        | "ChannelId"
        | "Latest"
        | "MessageTemplateId"
        | "PingRoles"
        | "UUID"
        | "GuildId",
        ExtArgs["result"]["guildYoutubeNotifications"],
    >

    Type Parameters