Type alias HighSystemsResponseUpsertRecords

HighSystemsResponseUpsertRecords: {
    results: string[];
    success: boolean;
}

Type declaration

  • results: string[]
  • success: boolean

Generated using TypeDoc