#
whycq
2024-03-29 bc5538eae041493fb1761ec9ffc1b2a7450dd4bf
1
2
3
4
5
import type { AppRecord } from './api.js';
export interface Context {
    currentTab: string;
    currentAppRecord: AppRecord;
}