calibre
Version:
Performance monitoring with Synthetic testing, Chrome UX Report, and Real User Metrics
23 lines (21 loc) • 437 B
JavaScript
const cruxOptions = {
formFactor: {
describe: 'Filter by device type.',
choices: ['desktop', 'phone', 'tablet'],
type: 'string'
},
timePeriod: {
describe: 'History time window.',
choices: [
'three-months',
'six-months',
'nine-months',
'twelve-months',
'eighteen-months',
'twenty-four-months'
],
default: 'six-months',
type: 'string'
}
}
export { cruxOptions }