Interface GuildLinkedRoleDelegate<ExtArgs, GlobalOmitOptions>

interface GuildLinkedRoleDelegate<ExtArgs, GlobalOmitOptions> {
    fields: GuildLinkedRoleFieldRefs;
    aggregate<T>(args: Subset<T, GuildLinkedRoleAggregateArgs<DefaultArgs>>): Prisma.PrismaPromise<GetGuildLinkedRoleAggregateType<T>>;
    count<T>(args?: Subset<T, GuildLinkedRoleCountArgs<DefaultArgs>>): Prisma.PrismaPromise<T extends Record_2<"select", any>
        ? T<T>["select"] extends true
            ? number
            : {
                [P in string | number | symbol]: P extends keyof GuildLinkedRoleCountAggregateOutputType
                    ? GuildLinkedRoleCountAggregateOutputType[P<P>]
                    : never
            }
        : number>;
    create<T>(args: SelectSubset<T, GuildLinkedRoleCreateArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    createMany<T>(args?: SelectSubset<T, GuildLinkedRoleCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    createManyAndReturn<T>(args?: SelectSubset<T, GuildLinkedRoleCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    delete<T>(args: SelectSubset<T, GuildLinkedRoleDeleteArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    deleteMany<T>(args?: SelectSubset<T, GuildLinkedRoleDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    findFirst<T>(args?: SelectSubset<T, GuildLinkedRoleFindFirstArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<null | GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findFirstOrThrow<T>(args?: SelectSubset<T, GuildLinkedRoleFindFirstOrThrowArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    findMany<T>(args?: SelectSubset<T, GuildLinkedRoleFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    findUnique<T>(args: SelectSubset<T, GuildLinkedRoleFindUniqueArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<null | GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, null, ExtArgs, GlobalOmitOptions>;
    findUniqueOrThrow<T>(args: SelectSubset<T, GuildLinkedRoleFindUniqueOrThrowArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<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 GuildLinkedRoleGroupByArgs<DefaultArgs>
            ? T[key<key>]
            : never
    } & OrderByArg & InputErrors): {} extends InputErrors
        ? GetGuildLinkedRoleGroupByPayload<T>
        : Prisma.PrismaPromise<InputErrors>;
    update<T>(args: SelectSubset<T, GuildLinkedRoleUpdateArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    updateMany<T>(args: SelectSubset<T, GuildLinkedRoleUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>;
    updateManyAndReturn<T>(args: SelectSubset<T, GuildLinkedRoleUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>[]>;
    upsert<T>(args: SelectSubset<T, GuildLinkedRoleUpsertArgs<ExtArgs>>): Prisma__GuildLinkedRoleClient<GetFindResult<$GuildLinkedRolePayload<ExtArgs>, T, GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
    [K: symbol]: {
        meta: {
            name: "GuildLinkedRole";
        };
        types: TypeMap<ExtArgs>["model"]["GuildLinkedRole"];
    };
}

Type Parameters

Indexable

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

Properties

Fields of the GuildLinkedRole model

Methods