IntegrationGoodToGo<S>: IntegrationBase & {
    configuration: {
        keys: IntegrationGoodToGoEnvironmentKey<S>[];
    };
    type: "GOOD_TO_GO";
}

Type Parameters