IntegrationGeoscape<S>: IntegrationBase & {
    configuration: {
        apiKey: ConstrainedSecret<S>;
    };
    type: "GEOSCAPE";
}

Type Parameters