Standardize DB interfaces with dependency tracking comments and clean up legacy location.reload() arguments
This commit is contained in:
@@ -27,6 +27,13 @@ export interface ae_LocalFile extends ae_HostedFile {
|
||||
filename_w_ext?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Person - A human entity in the Aether system
|
||||
* Related Files:
|
||||
* - src/lib/ae_core/ae_core_functions.ts (API)
|
||||
* - src/routes/core/people/[person_id]/+page.svelte (View)
|
||||
* - src/routes/core/people/ae_comp__person_search.svelte (Search)
|
||||
*/
|
||||
export interface Person extends ae_Person {
|
||||
// Legacy mapping support and view fields
|
||||
external_id?: string;
|
||||
|
||||
Reference in New Issue
Block a user