yumechi-no-kuni/src/remote/activitypub/renderer/announce.ts

6 lines
83 B
TypeScript
Raw Normal View History

2018-08-16 12:37:20 -05:00
export default (id: string, object: any) => ({
2018-04-07 16:55:26 -05:00
type: 'Announce',
2018-08-16 12:37:20 -05:00
id,
2018-04-07 16:55:26 -05:00
object
});