Files
2026-07-26 18:25:37 +09:00

5 lines
72 B
JavaScript

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