Update fitur impor dan history exlusion

This commit is contained in:
2023-09-19 14:54:19 +07:00
parent e8f90772de
commit 7ee4a3ef38
23 changed files with 1708 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ export type Icd = {
id: number;
type: string;
rev: string;
active: number;
version?: string;
code: string;
name: string;