1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Mid-apocalypse progress

This commit is contained in:
snobu
2020-04-05 17:20:10 +03:00
parent 37d596b4f0
commit 73aeb92e66
5 changed files with 74 additions and 69 deletions

View File

@@ -1,10 +1,10 @@
export interface Session {
export type Session = {
AccessToken: string;
ApiGatewayUri: string;
ApiGatewayVersion: string;
}
export interface Metadata {
export type Metadata = {
title: string;
playbackUrl: string;
}