index.ts 150 B

12345
  1. import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/dist/src/signer-with-address";
  2. export interface Signers {
  3. admin: SignerWithAddress;
  4. }