forked from mirror/misskey
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export default object => ({
|
|
type: 'Create',
|
|
object
|
|
});
|