Type alias HighSystemsResponseGetVariable
HighSystemsResponseGetVariable: { 
    results: { 
        id: string; 
        name: string; 
        relatedApplication: string; 
        value?: string; 
    }; 
    success: boolean; 
}
Type declaration
- results: { 
 id: string;
 name: string;
 relatedApplication: string;
 value?: string;
 }
- id: string
- name: string
- relatedApplication: string
- Optionalvalue?: string
 
- success: boolean