mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 16:40:26 +00:00
Add name to ActionMeta (#41553)
This commit is contained in:
committed by
Eli Barzilay
parent
6391d45f34
commit
6a20a07fb3
Vendored
+1
@@ -68,6 +68,7 @@ export type ActionTypes =
|
||||
|
||||
export interface ActionMeta {
|
||||
action: ActionTypes;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export type InputActionTypes =
|
||||
|
||||
Reference in New Issue
Block a user