master
import { GeipanDocumentType } from "./GeipanDocumentType.js" export type GeipanDocument = { type: GeipanDocumentType contents: any }