application.ts 61 B

123
  1. export interface ApplicationState {
  2. logActions: boolean;
  3. }