mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-11 08:02:54 +09:00
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export default object => ({
|
|
type: 'Undo',
|
|
object
|
|
});
|