Interface LDMigrationLatencyMeasurement

Hierarchy

  • LDMigrationLatencyMeasurement

Properties

Properties

key: "latency_ms"
values: {
    new?: number;
    old?: number;
}

Type declaration

  • Optional new?: number
  • Optional old?: number

Generated using TypeDoc