DisBot
    Preparing search index...

    Interface GuildYoutubeNotificationsDelegate<ExtArgs, GlobalOmitOptions>

    interface GuildYoutubeNotificationsDelegate<
        ExtArgs extends InternalArgs = DefaultArgs,
        GlobalOmitOptions = {},
    > {
        fields: GuildYoutubeNotificationsFieldRefs;
        aggregate<T extends GuildYoutubeNotificationsAggregateArgs<DefaultArgs>>(
            args: Subset<T, GuildYoutubeNotificationsAggregateArgs>,
        ): Prisma.PrismaPromise<GetGuildYoutubeNotificationsAggregateType<T>>;
        count<T extends GuildYoutubeNotificationsCountArgs<DefaultArgs>>(
            args?: Subset<T, GuildYoutubeNotificationsCountArgs>,
        ): Prisma.PrismaPromise<
            T extends Record<"select", any>
                ? T<T>["select"] extends true
                    ? number
                    : {
                        [P in string | number | symbol]: P extends keyof GuildYoutubeNotificationsCountAggregateOutputType
                            ? GuildYoutubeNotificationsCountAggregateOutputType[P<P>]
                            : never
                    }
                : number,
        >;
        create<T extends GuildYoutubeNotificationsCreateArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsCreateArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        createMany<T extends GuildYoutubeNotificationsCreateManyArgs<DefaultArgs>>(
            args?: SelectSubset<
                T,
                GuildYoutubeNotificationsCreateManyArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<BatchPayload>;
        createManyAndReturn<
            T extends GuildYoutubeNotificationsCreateManyAndReturnArgs<DefaultArgs>,
        >(
            args?: SelectSubset<
                T,
                GuildYoutubeNotificationsCreateManyAndReturnArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        delete<T extends GuildYoutubeNotificationsDeleteArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsDeleteArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        deleteMany<T extends GuildYoutubeNotificationsDeleteManyArgs<DefaultArgs>>(
            args?: SelectSubset<
                T,
                GuildYoutubeNotificationsDeleteManyArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<BatchPayload>;
        findFirst<T extends GuildYoutubeNotificationsFindFirstArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildYoutubeNotificationsFindFirstArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            null,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findFirstOrThrow<
            T extends GuildYoutubeNotificationsFindFirstOrThrowArgs<DefaultArgs>,
        >(
            args?: SelectSubset<
                T,
                GuildYoutubeNotificationsFindFirstOrThrowArgs<ExtArgs>,
            >,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findMany<T extends GuildYoutubeNotificationsFindManyArgs<DefaultArgs>>(
            args?: SelectSubset<T, GuildYoutubeNotificationsFindManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        findUnique<T extends GuildYoutubeNotificationsFindUniqueArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsFindUniqueArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            null,
            ExtArgs,
            GlobalOmitOptions,
        >;
        findUniqueOrThrow<
            T extends GuildYoutubeNotificationsFindUniqueOrThrowArgs<DefaultArgs>,
        >(
            args: SelectSubset<
                T,
                GuildYoutubeNotificationsFindUniqueOrThrowArgs<ExtArgs>,
            >,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        groupBy<
            T extends GuildYoutubeNotificationsGroupByArgs<DefaultArgs>,
            HasSelectOrTake extends 0 | 1,
            OrderByArg extends
            
                    | {
                        orderBy: | GuildYoutubeNotificationsOrderByWithAggregationInput
                        | GuildYoutubeNotificationsOrderByWithAggregationInput[];
                    }
                    | {
                        orderBy?: | GuildYoutubeNotificationsOrderByWithAggregationInput
                        | GuildYoutubeNotificationsOrderByWithAggregationInput[];
                    },
            OrderFields extends
                | "Id"
                | "GuildId"
                | "UUID"
                | "ChannelId"
                | "MessageTemplateId"
                | "PingRoles"
                | "YoutubeChannelId"
                | "Latest",
            ByFields extends Prisma.GuildYoutubeNotificationsScalarFieldEnum,
            ByValid extends 0 | 1,
            HavingFields extends string | number | symbol,
            HavingValid,
            ByEmpty extends 0 | 1,
            InputErrors,
        >(
            args: {
                [key in string | number | symbol]: key extends keyof GuildYoutubeNotificationsGroupByArgs<
                    DefaultArgs,
                >
                    ? T[key<key>]
                    : never
            } & OrderByArg & InputErrors,
        ): {} extends InputErrors
            ? GetGuildYoutubeNotificationsGroupByPayload<T>
            : Prisma.PrismaPromise<InputErrors>;
        update<T extends GuildYoutubeNotificationsUpdateArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsUpdateArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        updateMany<T extends GuildYoutubeNotificationsUpdateManyArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsUpdateManyArgs<ExtArgs>>,
        ): Prisma.PrismaPromise<BatchPayload>;
        updateManyAndReturn<
            T extends GuildYoutubeNotificationsUpdateManyAndReturnArgs<DefaultArgs>,
        >(
            args: SelectSubset<
                T,
                GuildYoutubeNotificationsUpdateManyAndReturnArgs<ExtArgs>,
            >,
        ): Prisma.PrismaPromise<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >[],
        >;
        upsert<T extends GuildYoutubeNotificationsUpsertArgs<DefaultArgs>>(
            args: SelectSubset<T, GuildYoutubeNotificationsUpsertArgs<ExtArgs>>,
        ): Prisma__GuildYoutubeNotificationsClient<
            GetFindResult<
                $GuildYoutubeNotificationsPayload<ExtArgs>,
                T,
                GlobalOmitOptions,
            >,
            never,
            ExtArgs,
            GlobalOmitOptions,
        >;
        [K: symbol]: {
            meta: { name: "GuildYoutubeNotifications" };
            types: {
                fields: GuildYoutubeNotificationsFieldRefs;
                operations: {
                    aggregate: {
                        args: GuildYoutubeNotificationsAggregateArgs<ExtArgs>;
                        result: Optional<AggregateGuildYoutubeNotifications>;
                    };
                    count: {
                        args: GuildYoutubeNotificationsCountArgs<ExtArgs>;
                        result:
                            | number
                            | Optional<GuildYoutubeNotificationsCountAggregateOutputType>;
                    };
                    create: {
                        args: GuildYoutubeNotificationsCreateArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                    createMany: {
                        args: GuildYoutubeNotificationsCreateManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    createManyAndReturn: {
                        args: GuildYoutubeNotificationsCreateManyAndReturnArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    delete: {
                        args: GuildYoutubeNotificationsDeleteArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                    deleteMany: {
                        args: GuildYoutubeNotificationsDeleteManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    findFirst: {
                        args: GuildYoutubeNotificationsFindFirstArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            >,
                        >;
                    };
                    findFirstOrThrow: {
                        args: GuildYoutubeNotificationsFindFirstOrThrowArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                    findMany: {
                        args: GuildYoutubeNotificationsFindManyArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    findUnique: {
                        args: GuildYoutubeNotificationsFindUniqueArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            >,
                        >;
                    };
                    findUniqueOrThrow: {
                        args: GuildYoutubeNotificationsFindUniqueOrThrowArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                    groupBy: {
                        args: GuildYoutubeNotificationsGroupByArgs<ExtArgs>;
                        result: Optional<GuildYoutubeNotificationsGroupByOutputType>[];
                    };
                    update: {
                        args: GuildYoutubeNotificationsUpdateArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                    updateMany: {
                        args: GuildYoutubeNotificationsUpdateManyArgs<ExtArgs>;
                        result: BatchPayload;
                    };
                    updateManyAndReturn: {
                        args: GuildYoutubeNotificationsUpdateManyAndReturnArgs<ExtArgs>;
                        result: PayloadToResult<
                            $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            RenameAndNestPayloadKeys<
                                $GuildYoutubeNotificationsPayload<DefaultArgs>,
                            >,
                        >[];
                    };
                    upsert: {
                        args: GuildYoutubeNotificationsUpsertArgs<ExtArgs>;
                        result: PayloadToResult<$GuildYoutubeNotificationsPayload>;
                    };
                };
                payload: $GuildYoutubeNotificationsPayload<ExtArgs>;
            };
        };
    }

    Type Parameters

    Indexable

    Index

    Properties

    Fields of the GuildYoutubeNotifications model

    Methods