Files
OrgTree/node_modules/@vue/devtools-api/lib/esm/api/context.d.ts
2024-02-15 16:47:23 +05:30

6 lines
129 B
TypeScript

import type { AppRecord } from './api.js';
export interface Context {
currentTab: string;
currentAppRecord: AppRecord;
}