Interface MetaDocument

interface MetaDocument {
    jsonapi?: JSONAPIObject;
    meta: default;
}

Hierarchy (view full)

Properties

Properties

jsonapi?: JSONAPIObject
meta: default

Generated using TypeDoc