Interface ActiveInviteDelegate<ExtArgs, GlobalOmitOptions>

interface ActiveInviteDelegate<ExtArgs, GlobalOmitOptions> {
    fields: ActiveInviteFieldRefs;
    aggregate<T>(args: Subset<T, ActiveInviteAggregateArgs<DefaultArgs>>): Prisma.PrismaPromise<GetActiveInviteAggregateType<T>>;
    count<T>(args?: Subset<T, ActiveInviteCountArgs<DefaultArgs>>): Prisma.PrismaPromise<T extends Record_2<"select", any>
        ? T<T>["select"] extends true
            ? number
            : {
                [P in string | number | symbol]: P extends keyof ActiveInviteCountAggregateOutputType
                    ? ActiveInviteCountAggregateOutputType[P<P>]
                    : never
            }
        : number>;
    create<T>(args: SelectSubset<T, ActiveInviteCreateArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    createMany<T>(args?: SelectSubset<T, ActiveInviteCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    createManyAndReturn<T>(args?: SelectSubset<T, ActiveInviteCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    delete<T>(args: SelectSubset<T, ActiveInviteDeleteArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    deleteMany<T>(args?: SelectSubset<T, ActiveInviteDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    findFirst<T>(args?: SelectSubset<T, ActiveInviteFindFirstArgs<ExtArgs>>): Prisma__ActiveInviteClient<null | GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findFirstOrThrow<T>(args?: SelectSubset<T, ActiveInviteFindFirstOrThrowArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    findMany<T>(args?: SelectSubset<T, ActiveInviteFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    findUnique<T>(args: SelectSubset<T, ActiveInviteFindUniqueArgs<ExtArgs>>): Prisma__ActiveInviteClient<null | GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findUniqueOrThrow<T>(args: SelectSubset<T, ActiveInviteFindUniqueOrThrowArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    groupBy<T, HasSelectOrTake, OrderByArg, OrderFields, ByFields, ByValid, HavingFields, HavingValid, ByEmpty, InputErrors>(args: {
        [key in string | number | symbol]: key extends keyof ActiveInviteGroupByArgs<DefaultArgs>
            ? T[key<key>]
            : never
    } & OrderByArg & InputErrors): {} extends InputErrors
        ? GetActiveInviteGroupByPayload<T>
        : Prisma.PrismaPromise<InputErrors>;
    update<T>(args: SelectSubset<T, ActiveInviteUpdateArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    updateMany<T>(args: SelectSubset<T, ActiveInviteUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    updateManyAndReturn<T>(args: SelectSubset<T, ActiveInviteUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    upsert<T>(args: SelectSubset<T, ActiveInviteUpsertArgs<ExtArgs>>): Prisma__ActiveInviteClient<GetFindResult<$ActiveInvitePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    [K: symbol]: {
        meta: {
            name: "ActiveInvite";
        };
        types: TypeMap<ExtArgs>["model"]["ActiveInvite"];
    };
}

Type Parameters

Indexable

  • [K: symbol]: {
        meta: {
            name: "ActiveInvite";
        };
        types: TypeMap<ExtArgs>["model"]["ActiveInvite"];
    }
    • meta: {
          name: "ActiveInvite";
      }
      • name: "ActiveInvite"
    • types: TypeMap<ExtArgs>["model"]["ActiveInvite"]

Properties

Fields of the ActiveInvite model

Methods