Type Alias RequestType

RequestType:
    | ""
    | "manifest"
    | "segment"
    | "preload-hint"
    | "content-protection"

The request's type, represented by a value from the following list:
- 'manifest'
- 'segment'
- 'preload-hint'
- 'content-protection'