context.d.ts 121 B

12345
  1. import { AppRecord } from './api';
  2. export interface Context {
  3. currentTab: string;
  4. currentAppRecord: AppRecord;
  5. }