UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

9 lines (8 loc) 237 B
import { RefLinks } from './RefLinks'; declare type IRefSchemaArgs = {}; export declare class RefSchema { static links: typeof RefLinks; static create: (args: IRefSchemaArgs) => RefSchema; private constructor(); } export {};