DisBot
    Preparing search index...

    Type Alias GuildBackupsFindFirstOrThrowArgs<ExtArgs>

    GuildBackups findFirstOrThrow

    type GuildBackupsFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildBackupsWhereUniqueInput;
        distinct?:
            | Prisma.GuildBackupsScalarFieldEnum
            | Prisma.GuildBackupsScalarFieldEnum[];
        include?: GuildBackupsInclude<ExtArgs>
        | null;
        omit?: GuildBackupsOmit<ExtArgs> | null;
        orderBy?:
            | GuildBackupsOrderByWithRelationInput
            | GuildBackupsOrderByWithRelationInput[];
        select?: GuildBackupsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildBackupsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildBackups.

    Distinct Docs

    Filter by unique combinations of GuildBackups.

    include?: GuildBackupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    Sorting Docs

    Determine the order of GuildBackups to fetch.

    select?: GuildBackupsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildBackups

    skip?: number

    Pagination Docs

    Skip the first n GuildBackups.

    take?: number

    Pagination Docs

    Take ±n GuildBackups from the position of the cursor.

    Filter, which GuildBackups to fetch.