Admin API event shape — all event fields except internal indices. Used by both admin JSON API and admin templates to ensure consistent field exposure. Snake_case keys match the DB schema.
Omit<EventWithCount, "slug_index">
Admin API event shape — all event fields except internal indices. Used by both admin JSON API and admin templates to ensure consistent field exposure. Snake_case keys match the DB schema.
Omit<EventWithCount, "slug_index">
import { type AdminEvent } from "docs/config.ts";