5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
|
export default object => ({
|
||
|
type: 'Undo',
|
||
|
object
|
||
|
});
|