Last round of prettier: npx prettier --write src/

This commit is contained in:
Scott Idem
2026-03-24 13:27:40 -04:00
parent 23d25bf65a
commit a8f3c29b9f
146 changed files with 13201 additions and 9277 deletions

View File

@@ -7,7 +7,7 @@
* Base properties shared by almost all Aether objects.
*/
export interface ae_BaseObj {
id: string; // Primary key (maps to [obj_type]_id_random)
id: string; // Primary key (maps to [obj_type]_id_random)
code?: string | null;
name?: string;
@@ -1056,4 +1056,4 @@ export interface ae_LogClientViewing extends ae_BaseObj {
play_start_count?: number;
play_pause_count?: number;
last_ping?: string | Date;
}
}