mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-11 16:12:53 +09:00
5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
|
export default object => ({
|
||
|
type: 'Announce',
|
||
|
object
|
||
|
});
|