persona-community-5/.pnpm-store/v3/files/15/e3f029405a6a38f0d473fe7529d5403f96e7a0f27a5329ccf6afd608fb90565f08669c8ec746da1edcff82322bfc39c0c78e3f9d8a043bd9ff879553ee17a2
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
221 B
Plaintext

import type Ajv from "../../core";
import { SchemaObjectMap } from "./types";
import { SchemaEnv } from "..";
export default function compileSerializer(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;