Type alias HighSystemsResponseDeleteUser

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

Type declaration

  • Optional results?: any
  • success: boolean

Generated using TypeDoc