export interface KHGatewayResponse { url: string; } export interface GatewayResponseInternal { url: string; }