Type alias HighSystemsResponseDeleteVariable

HighSystemsResponseDeleteVariable: {
    results?: any;
    success: boolean;
}

Type declaration

  • Optional results?: any
  • success: boolean

Generated using TypeDoc