Skip to content

Commit

Permalink
use object as BaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 10, 2020
1 parent b41463a commit e61e98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/kibana_utils/public/state_containers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { Observable } from 'rxjs';
import { Ensure, RecursiveReadonly } from '@kbn/utility-types';

export type BaseState = Record<string, any>;
export type BaseState = object;
export interface TransitionDescription<Type extends string = string, Args extends any[] = any[]> {
type: Type;
args: Args;
Expand Down

0 comments on commit e61e98d

Please sign in to comment.