UNPKG

@rr0/data

Version:
9 lines (8 loc) 259 B
import { Place } from "@rr0/place"; import { RR0DataJson } from "../RR0DataJson.js"; import { OrganizationKind } from "./OrganizationKind.js"; export type OrganizationJson = RR0DataJson & { type: "org"; places: Place[]; kind: OrganizationKind; };