Interface BaseDocument

interface BaseDocument {
    jsonapi?: JSONAPIObject;
}

Hierarchy (view full)

Properties

Properties

jsonapi?: JSONAPIObject

Generated using TypeDoc