Sharkey/src/remote/activitypub/renderer/tombstone.ts

5 lines
62 B
TypeScript
Raw Normal View History

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