UNPKG

mcard-js

Version:

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

12 lines 429 B
/** * Vendor-provisioned SaaS resource types. * * Third-party services organized by category: * - Identity/Auth: Google, GitHub, Meta/Facebook * - Messaging: WhatsApp, Line, WeChat, Telegram, Slack * - Collaboration: Trello, Miro, Figma, LinkedIn * - Cloud: AWS, Azure, GCP */ import { ResourceType } from './core.js'; export declare const VENDOR_TYPES: Record<string, ResourceType>; //# sourceMappingURL=vendors.d.ts.map