Files
OrgTree/node_modules/@vue/devtools-api/lib/esm/api/context.d.ts
2025-08-27 02:38:54 +05:30

6 lines
129 B
TypeScript

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