Inheritance refactoring ⚡
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
/* Autogenerated file. Do not edit manually. */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type * as core from "./core";
|
||||
export type { core };
|
||||
import type * as lib from "./lib";
|
||||
export type { lib };
|
||||
import type * as p2PixSol from "./p2pix.sol";
|
||||
export type { p2PixSol };
|
||||
export type { EventAndErrors } from "./EventAndErrors";
|
||||
export type { Reputation } from "./Reputation";
|
||||
export * as factories from "./factories";
|
||||
export { EventAndErrors__factory } from "./factories/EventAndErrors__factory";
|
||||
export type { BaseUtils } from "./core/BaseUtils";
|
||||
export { BaseUtils__factory } from "./factories/core/BaseUtils__factory";
|
||||
export type { EventAndErrors } from "./core/EventAndErrors";
|
||||
export { EventAndErrors__factory } from "./factories/core/EventAndErrors__factory";
|
||||
export type { OwnerSettings } from "./core/OwnerSettings";
|
||||
export { OwnerSettings__factory } from "./factories/core/OwnerSettings__factory";
|
||||
export type { Owned } from "./lib/auth/Owned";
|
||||
export { Owned__factory } from "./factories/lib/auth/Owned__factory";
|
||||
export type { IReputation } from "./lib/interfaces/IReputation";
|
||||
|
||||
Reference in New Issue
Block a user