Sharkey/src/remote/activitypub/renderer/tombstone.ts
2018-09-02 08:02:43 +09:00

5 lines
62 B
TypeScript

export default (id: string) => ({
id,
type: 'Tombstone'
});