Type Alias TGetMapDataWithCredentialsOptions

TGetMapDataWithCredentialsOptions: {
    key: string;
    secret: string;
} & TGetMapDataSharedOptions

Type declaration

  • key: string

    Mappedin auth key.

  • secret: string

    Mappedin auth secret.