UNPKG

@paperbits/core

Version:
9 lines 158 B
/** * Google Maps configuration contract. */ export interface GoogleMapsSettings { /** * Google Maps API key. */ apiKey: string; }