• Parameters

    • client: any

    Returns {
        $extends: {
            extArgs: {
                client: {};
                model: {
                    $allModels: {
                        exists(): <T>(
                            this: T,
                            where: Args<T, "findFirst">["where"],
                        ) => Promise<boolean>;
                    };
                };
                query: {};
                result: {
                    [key: Uncapitalize<string>]: {
                        __modelName: () => { compute: () => string };
                    };
                };
            };
        };
    }