DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateArgs<ExtArgs>

    GuildYoutubeNotifications create

    type GuildYoutubeNotificationsCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildYoutubeNotificationsCreateInput,
            GuildYoutubeNotificationsUncheckedCreateInput,
        >;
        include?: GuildYoutubeNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildYoutubeNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications