mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-26 04:28:06 +09:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
export default object => ({
|
||
|
type: 'Reject',
|
||
|
object
|
||
|
});
|