Interface TTSCustomMessageDelegate<ExtArgs, GlobalOmitOptions>

interface TTSCustomMessageDelegate<ExtArgs, GlobalOmitOptions> {
    fields: TTSCustomMessageFieldRefs;
    aggregate<T>(args: Subset<T, TTSCustomMessageAggregateArgs<DefaultArgs>>): Prisma.PrismaPromise<GetTTSCustomMessageAggregateType<T>>;
    count<T>(args?: Subset<T, TTSCustomMessageCountArgs<DefaultArgs>>): Prisma.PrismaPromise<T extends Record_2<"select", any>
        ? T<T>["select"] extends true
            ? number
            : {
                [P in string | number | symbol]: P extends keyof TTSCustomMessageCountAggregateOutputType
                    ? TTSCustomMessageCountAggregateOutputType[P<P>]
                    : never
            }
        : number>;
    create<T>(args: SelectSubset<T, TTSCustomMessageCreateArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    createMany<T>(args?: SelectSubset<T, TTSCustomMessageCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    createManyAndReturn<T>(args?: SelectSubset<T, TTSCustomMessageCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    delete<T>(args: SelectSubset<T, TTSCustomMessageDeleteArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    deleteMany<T>(args?: SelectSubset<T, TTSCustomMessageDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    findFirst<T>(args?: SelectSubset<T, TTSCustomMessageFindFirstArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<null | GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findFirstOrThrow<T>(args?: SelectSubset<T, TTSCustomMessageFindFirstOrThrowArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    findMany<T>(args?: SelectSubset<T, TTSCustomMessageFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    findUnique<T>(args: SelectSubset<T, TTSCustomMessageFindUniqueArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<null | GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findUniqueOrThrow<T>(args: SelectSubset<T, TTSCustomMessageFindUniqueOrThrowArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<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 TTSCustomMessageGroupByArgs<DefaultArgs>
            ? T[key<key>]
            : never
    } & OrderByArg & InputErrors): {} extends InputErrors
        ? GetTTSCustomMessageGroupByPayload<T>
        : Prisma.PrismaPromise<InputErrors>;
    update<T>(args: SelectSubset<T, TTSCustomMessageUpdateArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    updateMany<T>(args: SelectSubset<T, TTSCustomMessageUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    updateManyAndReturn<T>(args: SelectSubset<T, TTSCustomMessageUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    upsert<T>(args: SelectSubset<T, TTSCustomMessageUpsertArgs<ExtArgs>>): Prisma__TTSCustomMessageClient<GetFindResult<$TTSCustomMessagePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    [K: symbol]: {
        meta: {
            name: "TTSCustomMessage";
        };
        types: TypeMap<ExtArgs>["model"]["TTSCustomMessage"];
    };
}

Type Parameters

Indexable

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

Properties

Fields of the TTSCustomMessage model

Methods