mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-30 05:56:43 -06:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
export default object => ({
|
||
|
type: 'Accept',
|
||
|
object
|
||
|
});
|