its for when you want to get like notifications for your reposts
at main 183 B view raw
1export type { 2 Notification, 3 NotificationActor, 4 ConnectionStatus, 5} from "./types.ts"; 6export { 7 type Data as WebsocketCallbacks, 8 connect as connectService, 9} from "./ws.ts";