/**
 * Google Maps configuration contract.
 */
export interface GoogleMapsSettings {
    /**
     * Google Maps API key.
     */
    apiKey: string;
}