UNPKG

@myria/airdrop-js

Version:

Airdrop in L1 with claim based approach

13 lines (11 loc) 244 B
/** * Type module. * @memberof Type */ import { ThirdwebClient } from 'thirdweb'; /** * Interface for classes that represent a ThirdwebClient. * * @interface IThirdwebClient */ export interface IThirdwebClient extends ThirdwebClient {}