UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 263 B
/** * Copyright IBM Corp. 2024, 2025 */ export type viewTypes = 'code-view' | 'split-view' | 'full-view'; export interface EditorTabToolBarComponentProps { show: boolean; unSavedTabs?: number[]; } //# sourceMappingURL=editor-toolbar-props.model.d.ts.map