persona-community-5/.pnpm-store/v3/files/cf/c0abd5aad835ace43cbcc377b3813c2f080be3cbf4a39eba5236b81c74c9bc0aa294a47464475cb50cea05202d7380e87e1a704ef5ee790f9c7e7a2ed663fb
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
216 B
Plaintext

import type { SchemaCxt } from "..";
import { Name } from "../codegen";
export declare function topBoolOrEmptySchema(it: SchemaCxt): void;
export declare function boolOrEmptySchema(it: SchemaCxt, valid: Name): void;