commit before hard reset to change connection
This commit is contained in:
4
types.ts
4
types.ts
@@ -107,6 +107,10 @@ export interface BookProject {
|
||||
author: string;
|
||||
lastModified: number;
|
||||
settings?: BookSettings;
|
||||
// Direct fields sometimes used in creation/updates before settings normalization
|
||||
genre?: string;
|
||||
pov?: string;
|
||||
tense?: string;
|
||||
chapters: Chapter[];
|
||||
entities: Entity[];
|
||||
workflow?: WorkflowData;
|
||||
|
||||
Reference in New Issue
Block a user