4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
export type { ERC20 } from "./ERC20";
|
|
export type { ERC20Burnable } from "./ERC20Burnable";
|
|
export type { IERC20 } from "./IERC20";
|