diff --git a/src/redux/types.ts b/src/redux/types.ts index b7b98a2c..d2e57edb 100644 --- a/src/redux/types.ts +++ b/src/redux/types.ts @@ -122,11 +122,9 @@ export interface INode { is_liked?: boolean; is_heroic?: boolean; - options: { - flow: { - display: 'single' | 'vertical' | 'horizontal' | 'quadro'; - show_description: boolean; - }; + flow: { + display: 'single' | 'vertical' | 'horizontal' | 'quadro'; + show_description: boolean; }; tags: ITag[];