DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsFindFirstArgs<ExtArgs>

    GuildYoutubeNotifications findFirst

    type GuildYoutubeNotificationsFindFirstArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildYoutubeNotificationsWhereUniqueInput;
        distinct?:
            | Prisma.GuildYoutubeNotificationsScalarFieldEnum
            | Prisma.GuildYoutubeNotificationsScalarFieldEnum[];
        include?: GuildYoutubeNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        orderBy?:
            | GuildYoutubeNotificationsOrderByWithRelationInput
            | GuildYoutubeNotificationsOrderByWithRelationInput[];
        select?: GuildYoutubeNotificationsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildYoutubeNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildYoutubeNotifications.

    Distinct Docs

    Filter by unique combinations of GuildYoutubeNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Sorting Docs

    Determine the order of GuildYoutubeNotifications to fetch.

    Select specific fields to fetch from the GuildYoutubeNotifications

    skip?: number

    Pagination Docs

    Skip the first n GuildYoutubeNotifications.

    take?: number

    Pagination Docs

    Take ±n GuildYoutubeNotifications from the position of the cursor.

    Filter, which GuildYoutubeNotifications to fetch.