@apistudio/apim-cli
Version:
CLI for API Management Products
7 lines • 347 B
TypeScript
import { EditorTabsInfo } from "../models/editor-tab-info.model.js";
export interface IStudioEditorIndexedDbHandler {
setLastOpenedTabs(editorTabsInfo: EditorTabsInfo): Promise<void>;
getLastOpenedTabs(): Promise<EditorTabsInfo | void>;
deleteLastOpenedTabs(): Promise<void>;
}
//# sourceMappingURL=editor-indexed-db.interface.d.ts.map