File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- /** @const {!Object<string, string>} */
17
+ /** @const */
18
18
export const StoryAdSegmentExp = {
19
19
ID : 'story-ad-progress-segment' ,
20
20
CONTROL : '31061402' ,
@@ -23,23 +23,23 @@ export const StoryAdSegmentExp = {
23
23
TEN_SECONDS : '31061405' ,
24
24
} ;
25
25
26
- /** @const {!Object<string, string>} */
26
+ /** @const */
27
27
export const StoryAdSegmentTimes = {
28
28
SENTINEL : '999999ms' ,
29
29
SIX_SECONDS : '6000ms' ,
30
30
EIGHT_SECONDS : '8000ms' ,
31
31
TEN_SECONDS : '10000ms' ,
32
32
} ;
33
33
34
- /** @const {!Object<string, string>} */
34
+ /** @const */
35
35
export const ViewerSetTimeToBranch = {
36
36
[ StoryAdSegmentTimes . SIX_SECONDS ] : StoryAdSegmentExp . SIX_SECONDS ,
37
37
[ StoryAdSegmentTimes . EIGHT_SECONDS ] : StoryAdSegmentExp . EIGHT_SECONDS ,
38
38
[ StoryAdSegmentTimes . TEN_SECONDS ] : StoryAdSegmentExp . TEN_SECONDS ,
39
39
[ StoryAdSegmentTimes . SENTINEL ] : StoryAdSegmentExp . CONTROL ,
40
40
} ;
41
41
42
- /** @const {!Object<string, string>} */
42
+ /** @const */
43
43
export const BranchToTimeValues = {
44
44
[ StoryAdSegmentExp . SIX_SECONDS ] : StoryAdSegmentTimes . SIX_SECONDS ,
45
45
[ StoryAdSegmentExp . EIGHT_SECONDS ] : StoryAdSegmentTimes . EIGHT_SECONDS ,
You can’t perform that action at this time.
0 commit comments