mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-27 21:18:04 +09:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export default object => ({
|
|
type: 'Create',
|
|
object
|
|
});
|