```typescript type Story = { slug: string title: string description: string content: htmlString image: string publishedAt: DateTime tags: string[] creator: { name: string avatar: string } } ```