react-native-theoplayer
Version:
A THEOplayer video component for react-native.
18 lines • 452 B
TypeScript
/**
* Describes the configuration of an analytics integration as part of the SourceDescription.
*
* @category Analytics
* @category Source
* @public
*/
export interface AnalyticsDescription {
/**
* The identifier of the analytics integration.
*/
integration: string;
/**
* Analytics extensions can define any custom set of fields.
*/
[key: string]: unknown;
}
//# sourceMappingURL=AnalyticsDescription.d.ts.map