mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 22:15:41 +02:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export default (id: string) => ({
|
|
id,
|
|
type: 'Tombstone'
|
|
});
|