@@ -36,6 +36,8 @@ export interface IApiResponseChannelData {
updated_at: string;
role?: TRole;
final?: IFinal[];
+ content_created_at: string;
+ content_updated_at: string;
}
export interface IApiResponseChannel {
ok: boolean;
@@ -43,6 +43,8 @@ export interface IItem {
progress: number;
createdAt: number;
+ content_created_at?: string;
+ content_updated_at?: string;
interface IWidget {
type?: ArticleType | "editable";