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