DisBot
    Preparing search index...

    Type Alias $GuildYoutubeNotificationsPayload<ExtArgs>

    type $GuildYoutubeNotificationsPayload<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        composites: {};
        name: "GuildYoutubeNotifications";
        objects: { Guilds: $GuildsPayload<ExtArgs> };
        scalars: GetPayloadResult<
            {
                ChannelId: string;
                GuildId: string;
                Id: number;
                Latest: string[];
                MessageTemplateId: string;
                PingRoles: string[];
                UUID: string;
                YoutubeChannelId: string;
            },
            ExtArgs["result"]["guildYoutubeNotifications"],
        >;
    }

    Type Parameters

    Index

    Properties

    composites: {}
    name: "GuildYoutubeNotifications"
    objects: { Guilds: $GuildsPayload<ExtArgs> }
    scalars: GetPayloadResult<
        {
            ChannelId: string;
            GuildId: string;
            Id: number;
            Latest: string[];
            MessageTemplateId: string;
            PingRoles: string[];
            UUID: string;
            YoutubeChannelId: string;
        },
        ExtArgs["result"]["guildYoutubeNotifications"],
    >