/** * The contexts related to Dataspace */ export declare const DataspaceContexts: { /** * The namespace location of the hosted version of the JSON Schema. */ readonly JsonSchemaNamespace: "https://schema.twindev.org/dataspace/"; }; /** * The types concerning dataspace. */ export type DataspaceContexts = (typeof DataspaceContexts)[keyof typeof DataspaceContexts];