// Used in Storybook files to simulate a sample data shape type provided by the user. export interface AnyDict { [key: string]: any; }