mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 04:23:08 +02:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export default object => ({
|
|
type: 'Undo',
|
|
object
|
|
});
|