1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00
Files
misskey/src/remote/activitypub/renderer/undo.ts
syuilo e66d7babc5 yatta
2018-06-18 14:28:43 +09:00

5 lines
62 B
TypeScript

export default (object: any) => ({
type: 'Undo',
object
});