Skip to content

Commit

Permalink
chore: Update @google-cloud/common types (#628)
Browse files Browse the repository at this point in the history
PR-URL: #628
  • Loading branch information
DominicKramer authored and kjin committed Jan 9, 2018
1 parent c275079 commit 4003286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types.d.ts
Expand Up @@ -22,7 +22,7 @@ declare module '@google-cloud/common' {
import * as request from 'request';

type LogFunction = (message: any, ...args: any[]) => void;

export interface Logger {
error: LogFunction;
warn: LogFunction;
Expand Down Expand Up @@ -54,11 +54,11 @@ declare module '@google-cloud/common' {

export interface ServiceConfig {
packageJson?: any;
projectIdRequired?: false;
projectIdRequired?: boolean;
baseUrl?: string;
scopes?: string[];
}

export interface ServiceAuthenticationConfig {
projectId?: string;
keyFilename?: string;
Expand Down

0 comments on commit 4003286

Please sign in to comment.