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