DisBot
    Preparing search index...

    Type Alias GuildUserModerationFindFirstOrThrowArgs<ExtArgs>

    GuildUserModeration findFirstOrThrow

    type GuildUserModerationFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: GuildUserModerationWhereUniqueInput;
        distinct?:
            | Prisma.GuildUserModerationScalarFieldEnum
            | Prisma.GuildUserModerationScalarFieldEnum[];
        include?: GuildUserModerationInclude<ExtArgs>
        | null;
        omit?: GuildUserModerationOmit<ExtArgs> | null;
        orderBy?:
            | GuildUserModerationOrderByWithRelationInput
            | GuildUserModerationOrderByWithRelationInput[];
        select?: GuildUserModerationSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildUserModerationWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for GuildUserModerations.

    Distinct Docs

    Filter by unique combinations of GuildUserModerations.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModeration

    Sorting Docs

    Determine the order of GuildUserModerations to fetch.

    Select specific fields to fetch from the GuildUserModeration

    skip?: number

    Pagination Docs

    Skip the first n GuildUserModerations.

    take?: number

    Pagination Docs

    Take ±n GuildUserModerations from the position of the cursor.

    Filter, which GuildUserModeration to fetch.