misskey/src/remote/activitypub/renderer/undo.ts

5 lines
62 B
TypeScript

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