We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07abf3 commit 9488ffdCopy full SHA for 9488ffd
packages/compass-smoke-tests/src/build-info.ts
@@ -30,7 +30,7 @@ function assertObjectHasKeys(
30
31
export const commonKeys = ['productName', 'channel'] as const;
32
export type CommonBuildInfo = Record<typeof commonKeys[number], string> & {
33
- channel: 'dev' | 'beta' | 'stable';
+ channel: Channel;
34
};
35
36
export function assertCommonBuildInfo(
0 commit comments