diff --git a/src/index.ts b/src/index.ts index e0bddc8..aeaaff4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,4 +5,10 @@ export const createDarwinOVM = (options: OVMDarwinOptions): Promise = return DarwinOVM.create(options); }; -export type { OVMDarwinOptions, DarwinOVM }; +export type { + OVMDarwinOptions, + OVMInfo, + OVMVfkitState, + OVMVfkitFullState, +} from "./type"; +export type { DarwinOVM };