```ts
interface TimelineOptions {
  itemTypes: string[];
  sizesMap: Records<string, number>;
  acceptsMap: Records<string, string[]>;
}
```
