Skip to content

LdoBase

LdoBase is an interface defining that a Linked Data Object is a JavaScript Object Literal.

Definition

type LdoBase = Record<string, any>;