mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-10 07:40:26 -07:00
2 lines
116 B
TypeScript
2 lines
116 B
TypeScript
import { CollectionTag, ScalarTag } from '../types.js';
|
|
export declare const schema: (CollectionTag | ScalarTag)[];
|