add videoFetchDuration to typedef

This commit is contained in:
DispatchCommit 2021-03-08 23:07:01 -08:00 committed by Sean Yesmunt
parent 1f3035b2f9
commit 11fdbcaee5

View file

@ -37,6 +37,7 @@ type Analytics = {
tagFollowEvent: (string, boolean, ?string) => void,
playerLoadedEvent: (?boolean) => void,
playerStartedEvent: (?boolean) => void,
videoFetchDuration: (string, number) => void,
videoStartEvent: (string, number) => void,
videoBufferEvent: (
StreamClaim,