yao-app-ts-types
Version:
typescript types for yao application
14 lines (13 loc) • 502 B
TypeScript
export * from "./types/runtime/process";
export * from "./types/runtime/fs";
export * from "./types/runtime/store";
export * from "./types/runtime/query";
export * from "./types/runtime/http";
export * from "./types/runtime/time";
export * from "./types/runtime/log";
export * from "./types/runtime/exception";
export * from "./types/runtime/console";
export * from "./types/runtime/global";
export * from "./types/runtime/io";
export * from "./types/runtime/neo";
export * from "./types/runtime/sui";