interface WsConfig {
    apiVersion?: string;
    phoneNumberId?: string;
    businessId?: string;
    token?: string;
}

export type { WsConfig as W };
