persona-community-5/.pnpm-store/v3/files/d1/aca080aaab99ef110f78eb88dc4db66a2501fa9de9a225dbcbeaf0d6d901102decba9e5c902bd660ef383dd64fe0f18f4975c08012c3841764e0c6d663b919
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

4 lines
196 B
Plaintext

import type { AnySchemaObject } from "../types";
import { type Code } from "../compile/codegen";
export declare function getSkipCondition(schema: AnySchemaObject, prop: string): Code | undefined;