export interface Action { readonly type: TType; }