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

    Type Alias IntegrationGoogleMaps<S>

    IntegrationGoogleMaps: IntegrationBase & {
        configuration: { keys: IntegrationGoogleMapsKey<S>[] };
        type: "GOOGLE_MAPS";
    }

    Type Parameters