persona-community-5/.pnpm-store/v3/files/94/676c96e8f146cb351477f85deb6acf322e3f24d4eddea2b1a451c24c782584acd5d2d6b6238334d822a6d4f093028bb755bafe8773368ac5141c4d6b679f33
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
203 B
Plaintext

import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function hasRef(schema: AnySchemaObject): boolean;
export default def;