DisBot
    Preparing search index...

    Interface GuildTwitchNotificationsDelegate<ExtArgs, GlobalOmitOptions>

    interface GuildTwitchNotificationsDelegate<
        ExtArgs extends InternalArgs = DefaultArgs,
        GlobalOmitOptions = {},
    > {
        fields: GuildTwitchNotificationsFieldRefs;
        aggregate<T extends GuildTwitchNotificationsAggregateArgs<DefaultArgs>>(
            args: Subset<T, GuildTwitchNotificationsAggregateArgs>,
        ): Prisma.PrismaPromise<GetGuildTwitchNotificationsAggregateType<T>>;
        count<T extends GuildTwitchNotificationsCountArgs<DefaultArgs>>(
            args?: Subset<T, GuildTwitchNotificationsCountArgs>,
        ): Prisma.PrismaPromise<
            T extends Record<"select", any>
                ? T<T>["select"] extends true
                    ? number
                    : {
                        [P in string | number | symbol]: P extends keyof GuildTwitchNotificationsCountAggregateOutputType
                            ? GuildTwitchNotificationsCountAggregateOutputType[P<P>]
                            : never
                    }
                : number,
        >;
        create<T extends GuildTwitchNotificationsCreateArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsCreateArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        createMany<T extends GuildTwitchNotificationsCreateManyArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildTwitchNotificationsCreateManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<BatchPayload>;
        createManyAndReturn<
            T extends GuildTwitchNotificationsCreateManyAndReturnArgs<DefaultArgs>,
        >(
            args?: SelectSubset<
                T,
                GuildTwitchNotificationsCreateManyAndReturnArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        delete<T extends GuildTwitchNotificationsDeleteArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsDeleteArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        deleteMany<T extends GuildTwitchNotificationsDeleteManyArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildTwitchNotificationsDeleteManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<BatchPayload>;
        findFirst<T extends GuildTwitchNotificationsFindFirstArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildTwitchNotificationsFindFirstArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            null,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findFirstOrThrow<
            T extends GuildTwitchNotificationsFindFirstOrThrowArgs<DefaultArgs>,
        >(
            args?: SelectSubset<
                T,
                GuildTwitchNotificationsFindFirstOrThrowArgs<ExtArgs>,
            >,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findMany<T extends GuildTwitchNotificationsFindManyArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildTwitchNotificationsFindManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        findUnique<T extends GuildTwitchNotificationsFindUniqueArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsFindUniqueArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            null,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findUniqueOrThrow<
            T extends GuildTwitchNotificationsFindUniqueOrThrowArgs<DefaultArgs>,
        >(
            args: SelectSubset<
                T,
                GuildTwitchNotificationsFindUniqueOrThrowArgs<ExtArgs>,
            >,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        groupBy<
            T extends GuildTwitchNotificationsGroupByArgs<DefaultArgs>,
            HasSelectOrTake extends 0 | 1,
            OrderByArg extends
            
                    | {
                        orderBy: | GuildTwitchNotificationsOrderByWithAggregationInput
                        | GuildTwitchNotificationsOrderByWithAggregationInput[];
                    }
                    | {
                        orderBy?: | GuildTwitchNotificationsOrderByWithAggregationInput
                        | GuildTwitchNotificationsOrderByWithAggregationInput[];
                    },
            OrderFields extends
                | "Id"
                | "GuildId"
                | "UUID"
                | "ChannelId"
                | "MessageTemplateId"
                | "PingRoles"
                | "TwitchChannelName"
                | "Live",
            ByFields extends Prisma.GuildTwitchNotificationsScalarFieldEnum,
            ByValid extends 0 | 1,
            HavingFields extends string | number | symbol,
            HavingValid,
            ByEmpty extends 0 | 1,
            InputErrors,
        >(
            args: {
                [key in string | number | symbol]: key extends keyof GuildTwitchNotificationsGroupByArgs<
                    DefaultArgs,
                >
                    ? T[key<key>]
                    : never
            } & OrderByArg & InputErrors,
        ): {} extends InputErrors
            ? GetGuildTwitchNotificationsGroupByPayload<T>
            : Prisma.PrismaPromise<InputErrors>;
        update<T extends GuildTwitchNotificationsUpdateArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsUpdateArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        updateMany<T extends GuildTwitchNotificationsUpdateManyArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsUpdateManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<BatchPayload>;
        updateManyAndReturn<
            T extends GuildTwitchNotificationsUpdateManyAndReturnArgs<DefaultArgs>,
        >(
            args: SelectSubset<
                T,
                GuildTwitchNotificationsUpdateManyAndReturnArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        upsert<T extends GuildTwitchNotificationsUpsertArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildTwitchNotificationsUpsertArgs<ExtArgs>>,
        ): Prisma__GuildTwitchNotificationsClient<
            GetFindResult<
                $GuildTwitchNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        [K: symbol]: {
            meta: { name: "GuildTwitchNotifications" };
            types: {
                fields: GuildTwitchNotificationsFieldRefs;
                operations: {
                    aggregate: {
                        args: GuildTwitchNotificationsAggregateArgs<ExtArgs>;
                        result: Optional<AggregateGuildTwitchNotifications>;
                    };
                    count: {
                        args: GuildTwitchNotificationsCountArgs<ExtArgs>;
                        result:
                            | number
                            | Optional<GuildTwitchNotificationsCountAggregateOutputType>;
                    };
                    create: {
                        args: GuildTwitchNotificationsCreateArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                    createMany: {
                        args: GuildTwitchNotificationsCreateManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    createManyAndReturn: {
                        args: GuildTwitchNotificationsCreateManyAndReturnArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildTwitchNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildTwitchNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    delete: {
                        args: GuildTwitchNotificationsDeleteArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                    deleteMany: {
                        args: GuildTwitchNotificationsDeleteManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    findFirst: {
                        args: GuildTwitchNotificationsFindFirstArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildTwitchNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildTwitchNotificationsPayload<DefaultArgs>,
                            >,
                        >;
                    };
                    findFirstOrThrow: {
                        args: GuildTwitchNotificationsFindFirstOrThrowArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                    findMany: {
                        args: GuildTwitchNotificationsFindManyArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildTwitchNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildTwitchNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    findUnique: {
                        args: GuildTwitchNotificationsFindUniqueArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildTwitchNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildTwitchNotificationsPayload<DefaultArgs>,
                            >,
                        >;
                    };
                    findUniqueOrThrow: {
                        args: GuildTwitchNotificationsFindUniqueOrThrowArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                    groupBy: {
                        args: GuildTwitchNotificationsGroupByArgs<ExtArgs>;
                        result: Optional<GuildTwitchNotificationsGroupByOutputType>[];
                    };
                    update: {
                        args: GuildTwitchNotificationsUpdateArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                    updateMany: {
                        args: GuildTwitchNotificationsUpdateManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    updateManyAndReturn: {
                        args: GuildTwitchNotificationsUpdateManyAndReturnArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildTwitchNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildTwitchNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    upsert: {
                        args: GuildTwitchNotificationsUpsertArgs<ExtArgs>;
                        result: PayloadToResult<$GuildTwitchNotificationsPayload>;
                    };
                };
                payload: $GuildTwitchNotificationsPayload<ExtArgs>;
            };
        };
    }

    Type Parameters

    Indexable

    Index

    Properties

    Fields of the GuildTwitchNotifications model

    Methods