mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-02 09:26:44 -06:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
export default object => ({
|
||
|
type: 'Reject',
|
||
|
object
|
||
|
});
|