import type { Meta, StoryObj } from "@storybook/react"; import { VERTICALS, ALL_ENDPOINTS } from "@shared/data/endpoints"; import { MethodBadge } from "@shared/components/MethodBadge"; import { StatusBadge } from "@shared/components/StatusBadge"; const meta: Meta = { title: "Data/Endpoint catalogue", parameters: { layout: "padded", docs: { description: { component: "Live preview of the typed endpoint catalogue in src/data/endpoints.ts. Verticals come from VERTICALS, the flat list from ALL_ENDPOINTS.", }, }, }, }; export default meta; type Story = StoryObj; export const ByVertical: Story = { render: () => (