rsnext/examples/with-ably/types.d.ts
Jo Franchetti bbffaea755
Adding with-ably example for realtime messaging in next apps (#37319)
* update from latest canary

* lint-fix
2022-06-29 12:52:04 +02:00

2 lines
89 B
TypeScript

export type TextMessage = { text: string }
export type ProxyMessage = { sender: string }