UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

4 lines (3 loc) 205 B
export interface ResponseStructure { } export type IReplResponse = void | boolean | Promise<boolean> | number | Promise<number> | string | Promise<string> | ResponseStructure | Promise<ResponseStructure>;