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

Pulled types separately

This commit is contained in:
snobu
2020-04-03 21:43:02 +03:00
parent 6091a6952e
commit 37d596b4f0
4 changed files with 24 additions and 34 deletions

10
Types.ts Normal file
View File

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