|
@@ -29,6 +29,7 @@ export interface ISentence {
|
|
|
channel: IChannel;
|
|
channel: IChannel;
|
|
|
studio?: IStudio;
|
|
studio?: IStudio;
|
|
|
updateAt: string;
|
|
updateAt: string;
|
|
|
|
|
+ createdAt?: string;
|
|
|
suggestionCount?: ISuggestionCount;
|
|
suggestionCount?: ISuggestionCount;
|
|
|
openInEditMode?: boolean;
|
|
openInEditMode?: boolean;
|
|
|
translationChannels?: string[];
|
|
translationChannels?: string[];
|