mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:39:30 +08:00
4 lines
216 B
Text
4 lines
216 B
Text
import type { SchemaCxt } from "..";
|
|
import { Name } from "../codegen";
|
|
export declare function topBoolOrEmptySchema(it: SchemaCxt): void;
|
|
export declare function boolOrEmptySchema(it: SchemaCxt, valid: Name): void;
|