Skip to content

Commit

Permalink
misc: remove unused typedef (#8075)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Apr 8, 2019
1 parent 3f15b67 commit d0ed315
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions types/lhr.d.ts
Expand Up @@ -99,18 +99,6 @@ declare global {
/** A brief description of the purpose of the display group. */
description?: string;
}

/**
* A description of configuration used for gathering.
*/
export interface RuntimeConfig {
environment: {
name: 'Device Emulation'|'Network Throttling'|'CPU Throttling';
description: string;
}[];
blockedUrlPatterns: string[];
extraHeaders: Crdp.Network.Headers;
}
}
}
}
Expand Down

0 comments on commit d0ed315

Please sign in to comment.