Interface TSCurrentlyLiveDelegate<ExtArgs, GlobalOmitOptions>

interface TSCurrentlyLiveDelegate<ExtArgs, GlobalOmitOptions> {
    fields: TSCurrentlyLiveFieldRefs;
    aggregate<T>(args: Subset<T, TSCurrentlyLiveAggregateArgs<DefaultArgs>>): Prisma.PrismaPromise<GetTSCurrentlyLiveAggregateType<T>>;
    count<T>(args?: Subset<T, TSCurrentlyLiveCountArgs<DefaultArgs>>): Prisma.PrismaPromise<T extends Record_2<"select", any>
        ? T<T>["select"] extends true
            ? number
            : {
                [P in string | number | symbol]: P extends keyof TSCurrentlyLiveCountAggregateOutputType
                    ? TSCurrentlyLiveCountAggregateOutputType[P<P>]
                    : never
            }
        : number>;
    create<T>(args: SelectSubset<T, TSCurrentlyLiveCreateArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    createMany<T>(args?: SelectSubset<T, TSCurrentlyLiveCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    createManyAndReturn<T>(args?: SelectSubset<T, TSCurrentlyLiveCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    delete<T>(args: SelectSubset<T, TSCurrentlyLiveDeleteArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    deleteMany<T>(args?: SelectSubset<T, TSCurrentlyLiveDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    findFirst<T>(args?: SelectSubset<T, TSCurrentlyLiveFindFirstArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<null | GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findFirstOrThrow<T>(args?: SelectSubset<T, TSCurrentlyLiveFindFirstOrThrowArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    findMany<T>(args?: SelectSubset<T, TSCurrentlyLiveFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    findUnique<T>(args: SelectSubset<T, TSCurrentlyLiveFindUniqueArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<null | GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findUniqueOrThrow<T>(args: SelectSubset<T, TSCurrentlyLiveFindUniqueOrThrowArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<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 TSCurrentlyLiveGroupByArgs<DefaultArgs>
            ? T[key<key>]
            : never
    } & OrderByArg & InputErrors): {} extends InputErrors
        ? GetTSCurrentlyLiveGroupByPayload<T>
        : Prisma.PrismaPromise<InputErrors>;
    update<T>(args: SelectSubset<T, TSCurrentlyLiveUpdateArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    updateMany<T>(args: SelectSubset<T, TSCurrentlyLiveUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    updateManyAndReturn<T>(args: SelectSubset<T, TSCurrentlyLiveUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    upsert<T>(args: SelectSubset<T, TSCurrentlyLiveUpsertArgs<ExtArgs>>): Prisma__TSCurrentlyLiveClient<GetFindResult<$TSCurrentlyLivePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    [K: symbol]: {
        meta: {
            name: "TSCurrentlyLive";
        };
        types: TypeMap<ExtArgs>["model"]["TSCurrentlyLive"];
    };
}

Type Parameters

Indexable

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

Properties

Fields of the TSCurrentlyLive model

Methods