Type Alias AgamaServiceName

AgamaServiceName:
    | "live"
    | "svod"
    | "nvod"
    | "tvod"
    | "avod"
    | "catchuptv"

The service name, represented by a value from the following list:
- 'live'
- 'svod'
- 'nvod'
- 'tvod'
- 'avod'
- 'catchuptv'