Represents the structure of items to be stored in the MapEx class.

interface MapExItem {
    id: PK;
}

Properties

Properties

id: PK