export type PushListenerOptions = {
	listener: (eventType: string, data: any) => void
}
