/** * The track to select */ export type TrackSelector = { /** * The track language */ language: string; /** * The track kind */ kind: string; }; //# sourceMappingURL=typedef.d.ts.map