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
Optional
value?: string
success: boolean