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.

4 lines (3 loc) 269 B
import type { BaseSchema } from './BaseSchema.js'; import { type PublishedSchemaSpecification, type SchemaSpecification } from './SchemaSpecification.js'; export declare function schemaToPublished(schema: BaseSchema<SchemaSpecification>): PublishedSchemaSpecification;