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