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