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

    Interface Resource

    interface Resource {
        attributes: Record<string, unknown>;
        id: string;
        relationships?: Record<string, Relationship>;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Record<string, unknown>
    id: string
    relationships?: Record<string, Relationship>
    type: string