Interface GoogleKeyOptions

interface GoogleKeyOptions {
    apiKey?: string;
    credentials?: any;
    keyFile?: string;
}

Properties

apiKey?: string
credentials?: any
keyFile?: string