PlaylistOrigin type

Where a playlist stream is served from: local = served locally from the engine’s own store, remote = pushed to a configured remote destination.

Signature:

export type PlaylistOrigin = 'local' | 'remote';