cuiqian2004
2024-11-04 46a69ec5c8c6dde5249832d46659f988fe16ec3f
1
2
3
4
5
import type { AppRecord } from './api.js';
export interface Context {
    currentTab: string;
    currentAppRecord: AppRecord;
}