|
@@ -31,6 +31,7 @@ export interface ISentence {
|
|
|
studio?: IStudio;
|
|
studio?: IStudio;
|
|
|
updateAt: string;
|
|
updateAt: string;
|
|
|
suggestionCount?: ISuggestionCount;
|
|
suggestionCount?: ISuggestionCount;
|
|
|
|
|
+ openInEditMode?: boolean;
|
|
|
}
|
|
}
|
|
|
export interface ISentenceId {
|
|
export interface ISentenceId {
|
|
|
book: number;
|
|
book: number;
|