DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsFindUniqueOrThrowArgs<ExtArgs>

    GuildYoutubeNotifications findUniqueOrThrow

    type GuildYoutubeNotificationsFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildYoutubeNotificationsInclude<ExtArgs> | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelect<ExtArgs> | null;
        where: GuildYoutubeNotificationsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications

    Filter, which GuildYoutubeNotifications to fetch.