UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 232 B
import { IEditorTabRegistration } from "@omnia/fx-models"; export interface EditorLeaveDestination { name: string; } export interface EditorTabLeaveDestination extends EditorLeaveDestination { tab: IEditorTabRegistration; }