/** @group Interfaces */ /** * @example * A sample for the {@link DescriptorType.HlsCharacteristics}: * ```json * { * "value": "public.auxiliary-content,public.accessibility.describes-video" * } * ``` */ export default interface HlsDescriptor { value: string; }