UNPKG

rechtspraak-nl

Version:

Utility functions for consuming Rechtspraak.nl open data for Dutch court judgments and generating well-formed linked data

5 lines (4 loc) 214 B
import { StandardResourceObject } from "./standard-resource-object"; export interface Spatial extends StandardResourceObject { } export declare function getSpatial(meta: any, _id: string): Spatial | undefined;