Type alias HighSystemsResponseGetTableRelationships

HighSystemsResponseGetTableRelationships: {
    results: {
        children: string[];
        parents: string[];
    };
    success: boolean;
}

Type declaration

  • results: {
        children: string[];
        parents: string[];
    }
    • children: string[]
    • parents: string[]
  • success: boolean

Generated using TypeDoc