1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00
Files
destreamer-mirror/Types.ts
2020-04-05 17:20:10 +03:00

10 lines
189 B
TypeScript

export type Session = {
AccessToken: string;
ApiGatewayUri: string;
ApiGatewayVersion: string;
}
export type Metadata = {
title: string;
playbackUrl: string;
}