Skip to content

Commit 22dad01

Browse files
committed
types
1 parent e34b0b1 commit 22dad01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/experiments/story-ad-progress-segment.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/** @const {!Object<string, string>} */
17+
/** @const */
1818
export const StoryAdSegmentExp = {
1919
ID: 'story-ad-progress-segment',
2020
CONTROL: '31061402',
@@ -23,23 +23,23 @@ export const StoryAdSegmentExp = {
2323
TEN_SECONDS: '31061405',
2424
};
2525

26-
/** @const {!Object<string, string>} */
26+
/** @const */
2727
export const StoryAdSegmentTimes = {
2828
SENTINEL: '999999ms',
2929
SIX_SECONDS: '6000ms',
3030
EIGHT_SECONDS: '8000ms',
3131
TEN_SECONDS: '10000ms',
3232
};
3333

34-
/** @const {!Object<string, string>} */
34+
/** @const */
3535
export const ViewerSetTimeToBranch = {
3636
[StoryAdSegmentTimes.SIX_SECONDS]: StoryAdSegmentExp.SIX_SECONDS,
3737
[StoryAdSegmentTimes.EIGHT_SECONDS]: StoryAdSegmentExp.EIGHT_SECONDS,
3838
[StoryAdSegmentTimes.TEN_SECONDS]: StoryAdSegmentExp.TEN_SECONDS,
3939
[StoryAdSegmentTimes.SENTINEL]: StoryAdSegmentExp.CONTROL,
4040
};
4141

42-
/** @const {!Object<string, string>} */
42+
/** @const */
4343
export const BranchToTimeValues = {
4444
[StoryAdSegmentExp.SIX_SECONDS]: StoryAdSegmentTimes.SIX_SECONDS,
4545
[StoryAdSegmentExp.EIGHT_SECONDS]: StoryAdSegmentTimes.EIGHT_SECONDS,

0 commit comments

Comments
 (0)