UNPKG

@dossierhq/core

Version:

The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.

6 lines (5 loc) 267 B
import { BaseSchema } from './BaseSchema.js'; import { type PublishedSchemaSpecification } from './SchemaSpecification.js'; export declare class PublishedSchema extends BaseSchema<PublishedSchemaSpecification> { constructor(spec: PublishedSchemaSpecification); }