Type alias GatewayLookupProps

GatewayLookupProps: {
    gateway: GatewayId;
} | {
    region: RealRegion;
}

Generated using TypeDoc