SRelation.d.ts 116 B

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