type alias AdminEvent

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.

Definition

Omit<EventWithCount, "slug_index">

Usage

import { type AdminEvent } from "docs/config.ts";