UNPKG

@settlemint/solidity-token-erc1155

Version:
22 lines (17 loc) 688 B
// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { IERC165$Type } from "./IERC165"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["IERC165"]: IERC165$Type; ["@openzeppelin/contracts/utils/introspection/IERC165.sol:IERC165"]: IERC165$Type; } interface ContractTypesMap { ["IERC165"]: GetContractReturnType<IERC165$Type["abi"]>; ["@openzeppelin/contracts/utils/introspection/IERC165.sol:IERC165"]: GetContractReturnType<IERC165$Type["abi"]>; } }