import { ListViewAttributes } from './listViewAttributes'; import { StorytellerListViewCellType } from './storytellerListViewCellType'; export interface RowViewAttributes extends ListViewAttributes { cellType: StorytellerListViewCellType; }