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

Type Parameters