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