export type PusherCluster = 'us2' | 'us3' | 'eu' | 'ap1' | 'ap2' | 'ap3' | 'ap4' | string; export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';