import { maakJsonbSyncRoute } from "@/lib/api/jsonb-sync-route";
import type { Annotatie } from "@/data/regelgeving";

export const { GET, POST, DELETE } = maakJsonbSyncRoute<Annotatie>("regelgeving_annotaties");
