4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export const handlers = {
|
|
join: (event: any) => {},
|
|
};
|
export const handlers = {
|
|
join: (event: any) => {},
|
|
};
|