|
@@ -1,13 +1,6 @@
|
|
import { Accounts, Signers } from "./";
|
|
import { Accounts, Signers } from "./";
|
|
import { Greeter } from "../typechain/Greeter";
|
|
import { Greeter } from "../typechain/Greeter";
|
|
|
|
|
|
-declare module "hardhat/types" {
|
|
|
|
- interface ProjectPathsUserConfig {
|
|
|
|
- coverage: string;
|
|
|
|
- coverageJson: string;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
declare module "mocha" {
|
|
declare module "mocha" {
|
|
export interface Context {
|
|
export interface Context {
|
|
accounts: Accounts;
|
|
accounts: Accounts;
|