DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsFindManyArgs<ExtArgs>

    GuildTwitchNotifications findMany

    type GuildTwitchNotificationsFindManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildTwitchNotificationsWhereUniqueInput;
        distinct?:
            | Prisma.GuildTwitchNotificationsScalarFieldEnum
            | Prisma.GuildTwitchNotificationsScalarFieldEnum[];
        include?: GuildTwitchNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        orderBy?:
            | GuildTwitchNotificationsOrderByWithRelationInput
            | GuildTwitchNotificationsOrderByWithRelationInput[];
        select?: GuildTwitchNotificationsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildTwitchNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing GuildTwitchNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildTwitchNotifications

    Sorting Docs

    Determine the order of GuildTwitchNotifications to fetch.

    Select specific fields to fetch from the GuildTwitchNotifications

    skip?: number

    Pagination Docs

    Skip the first n GuildTwitchNotifications.

    take?: number

    Pagination Docs

    Take ±n GuildTwitchNotifications from the position of the cursor.

    Filter, which GuildTwitchNotifications to fetch.