Created
June 4, 2020 12:45
-
-
Save dimified/5524c54f14f5801871cb8923ccb43bfb to your computer and use it in GitHub Desktop.
Samsung Universal Guide Types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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