Migrate Journal module to unified type system
- Added detailed fields for ae_EventPerson, ae_EventRegistration, ae_AccountCfg, and others to ae_types.ts. - Replaced local interfaces in ae_journals__journal.ts with unified imports. - Standardized Promise return types for all core data loading, creation, search, and update functions in Journal module. - Finalized migration for primary Identity and Journal objects.
This commit is contained in:
@@ -796,4 +796,4 @@ export interface ae_EventPersonTracking extends ae_BaseObj {
|
||||
check_in_out?: boolean;
|
||||
in_datetime?: string | Date;
|
||||
out_datetime?: string | Date;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user