1
0
forked from mirror/misskey
misskey/src/remote/activitypub/renderer/tombstone.ts

5 lines
62 B
TypeScript
Raw Normal View History

2018-09-02 02:57:34 +09:00
export default (id: string) => ({
id,
type: 'Tombstone'
});