mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 02:09:05 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
export default object => ({
|
||
|
type: 'Accept',
|
||
|
object
|
||
|
});
|