SFloorItem.d.ts 108 B

123
  1. import { SGraphItem } from "@persagy-web/graph/lib";
  2. export declare class SFloorItem extends SGraphItem {
  3. }