@dmp/map-components
    Preparing search index...

    Interface JsonApiDocument

    interface JsonApiDocument {
        data: Resource | ResourceIdentifier | Resource[] | ResourceIdentifier[];
        errors?: ErrorObject[];
        included?: Resource[];
    }
    Index

    Properties

    errors?: ErrorObject[]
    included?: Resource[]