Type alias HighSystemsResponsePostDashboard

HighSystemsResponsePostDashboard: {
    results: string;
    success: boolean;
}

Type declaration

  • results: string
  • success: boolean

Generated using TypeDoc