import MPLocation from "./MPLocation"; /** * Enumerated names of properties on {@link MPLocation}s. * * @export * @enum {number} */ export enum MPLocationPropertyNames { name = "name", aliases = "aliases", categories = "categories", floor = "floor", floorName = "floorName", building = "building", venue = "venue", //DISPLAY_RULE, type = "type", description = "description", roomId = "roomId", externalId = "externalId", activeFrom = "activeFrom", activeTo = "activeTo", contact = "contact", fields = "fields", imageURL = "imageURL", locationType = "locationType", anchor = "anchor", bookable = "bookable", }