UNPKG

mcard-js

Version:

MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers

6 lines 200 B
/** * Network resource types - APIs and webhooks. */ import { ResourceType } from './core.js'; export declare const NETWORK_TYPES: Record<string, ResourceType>; //# sourceMappingURL=network.d.ts.map