RelType: {
    properties: {
        property: string;
        type: string;
    }[];
    type: string;
}

Type declaration

  • properties: {
        property: string;
        type: string;
    }[]
  • type: string

Generated using TypeDoc