DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupFindFirstArgs<ExtArgs>

    GuildLeaveSetup findFirst

    type GuildLeaveSetupFindFirstArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildLeaveSetupWhereUniqueInput;
        distinct?:
            | Prisma.GuildLeaveSetupScalarFieldEnum
            | Prisma.GuildLeaveSetupScalarFieldEnum[];
        include?: GuildLeaveSetupInclude<ExtArgs>
        | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        orderBy?:
            | GuildLeaveSetupOrderByWithRelationInput
            | GuildLeaveSetupOrderByWithRelationInput[];
        select?: GuildLeaveSetupSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildLeaveSetupWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildLeaveSetups.

    Distinct Docs

    Filter by unique combinations of GuildLeaveSetups.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Sorting Docs

    Determine the order of GuildLeaveSetups to fetch.

    Select specific fields to fetch from the GuildLeaveSetup

    skip?: number

    Pagination Docs

    Skip the first n GuildLeaveSetups.

    take?: number

    Pagination Docs

    Take ±n GuildLeaveSetups from the position of the cursor.

    Filter, which GuildLeaveSetup to fetch.