UNPKG

directus-extension-flexible-editor-test

Version:

A rich text editor (WYSIWYG) with JSON output that allows the integration of M2A relations to make it extremely flexible.

8 lines (6 loc) 146 B
export type UUID = string; export type RelationNodeAttrs = { id: UUID | null; junction: string | null; collection: string | null; };