Returns the i18n key for a health status label.
The classified status.
The message key to pass to i18n().
i18n()
statusLabelKey("noSuccess"); // => "stats_status_no_success" Copy
statusLabelKey("noSuccess"); // => "stats_status_no_success"
export function statusLabelKey(status: SupplierHealthStatus): string { return STATUS_LABEL_KEYS[status];} Copy
export function statusLabelKey(status: SupplierHealthStatus): string { return STATUS_LABEL_KEYS[status];}
Returns the i18n key for a health status label.