schema.d.ts 116 B

12
  1. import { CollectionTag, ScalarTag } from '../types.js';
  2. export declare const schema: (CollectionTag | ScalarTag)[];