Type alias HighSystemsResponseGetVariables

HighSystemsResponseGetVariables: {
    results: {
        id: string;
        name: string;
        relatedApplication: string;
        value?: string;
    }[];
    success: boolean;
}

Type declaration

  • results: {
        id: string;
        name: string;
        relatedApplication: string;
        value?: string;
    }[]
  • success: boolean

Generated using TypeDoc