@proveanything/smartlinks
Version:
Official JavaScript/TypeScript SDK for the Smartlinks API
14 lines (13 loc) • 401 B
JavaScript
// src/types/index.ts
// Re-export all type modules so consumers can import types directly
export * from "./collection";
export * from "./product";
export * from "./proof";
export * from "./appConfiguration";
export * from "./error";
export * from "./asset";
export * from "./batch";
export * from "./variant";
export * from "./claimSet";
export * from "./auth";
export * from "./comms";