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.

3 lines (2 loc) 134 B
export type ContentValuePath = (string | number)[]; export declare function contentValuePathToString(path: ContentValuePath): string;