@oneblink/sdk-core
    Preparing search index...

    Type Alias IntegrationGoodToGo<S>

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

    Type Parameters