Type Alias PiPPosition

PiPPosition:
    | "top-left"
    | "top-right"
    | "bottom-left"
    | "bottom-right"

The picture-in-picture position, represented by a value from the following list:
- 'top-left'
- 'top-right'
- 'bottom-left'
- 'bottom-right'