2 lines
117 B
TypeScript
2 lines
117 B
TypeScript
|
|
import type { SchemaObjCxt } from "..";
|
||
|
|
export declare function assignDefaults(it: SchemaObjCxt, ty?: string): void;
|