Skip to content

Instantly share code, notes, and snippets.

@dimified
Created June 4, 2020 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimified/5524c54f14f5801871cb8923ccb43bfb to your computer and use it in GitHub Desktop.
Save dimified/5524c54f14f5801871cb8923ccb43bfb to your computer and use it in GitHub Desktop.
Samsung Universal Guide Types
// Program Data Types without External ID
type ProgramData = {
program_id: string,
playback_items: PlaybackItem[],
external_ids: ExternalProgramId[]
}
type PlaybackItem = {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment