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

    Type Alias IntegrationGoogleMapsKey<S>

    type IntegrationGoogleMapsKey<S = SavedSecret> = {
        apiKey: ConstrainedSecret<S>;
        id: string;
        label: string;
        type: "SEARCH";
    }

    Type Parameters

    Index

    Properties

    Properties

    id: string
    label: string
    type: "SEARCH"