monitoring-service
    Preparing search index...

    Service interface for interacting with map elements

    interface MapService {
        isSmartFurnitureHookupInAZone(
            smartFurnitureHookupID: SmartFurnitureHookupID,
        ): Promise<ZoneID | null>;
    }

    Implemented by

    Index

    Methods