Last round of prettier: npx prettier --write src/
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user