cuiqian2004
2024-09-27 ec63534e04c68e067dcb0380e56f2e5312de24a3
1
2
3
4
5
import type { AppRecord } from './api.js';
export interface Context {
    currentTab: string;
    currentAppRecord: AppRecord;
}