8 lines
93 B

interface IAny{
[props: string]: any;
}
interface IAction extends IAny{
type: string
}