Merge branch 'dev' into feat/laporan-operasi-182

This commit is contained in:
2025-12-01 20:46:27 +07:00
149 changed files with 5374 additions and 2835 deletions

No files matched your search

+1
View File
@@ -37,6 +37,7 @@ export interface Encounter {
discharge_date?: string
internalReferences?: InternalReference[]
deathCause?: DeathCause
paymentMethod_code?: string
status_code: string
encounterDocuments: EncounterDocument[]
}
+3 -3
View File
@@ -14,9 +14,9 @@ export interface AuthState {
export type Permission = 'C' | 'R' | 'U' | 'D'
export interface RoleAccess {
export interface RoleAccesses {
[role: string]: Permission[]
}
export type PagePath = keyof typeof PAGE_PERMISSIONS
export type PagePermission = (typeof PAGE_PERMISSIONS)[PagePath]
// export type PagePath = keyof typeof PAGE_PERMISSIONS
// export type PagePermission = (typeof PAGE_PERMISSIONS)[PagePath]