Files
ticketchain/typechain-types/contracts/index.ts
Ayush Acharjya 04ddaab282 add test cases
2024-10-25 18:08:28 +01:00

8 lines
272 B
TypeScript

/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as flareOracleSol from "./FlareOracle.sol";
export type { flareOracleSol };
export type { Escrow } from "./Escrow";
export type { EventManager } from "./EventManager";