quartz/wallet/node_modules/@3rdweb/sdk/dist/interfaces/index.d.ts
2022-03-04 20:05:23 +08:00

9 lines
323 B
TypeScript

import IAppModule from "./IAppModule";
import IDropModule from "./IDropModule";
import { ISDKOptions } from "./ISdkOptions";
import IThirdwebSdk from "./IThirdwebSdk";
export * from "./contracts";
export * from "./IStorage";
export * from "./modules";
export { IAppModule, ISDKOptions, IThirdwebSdk, IDropModule };