mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
10 lines
195 B
TypeScript
10 lines
195 B
TypeScript
export interface Session {
|
|
AccessToken: string;
|
|
ApiGatewayUri: string;
|
|
ApiGatewayVersion: string;
|
|
}
|
|
|
|
export interface Metadata {
|
|
title: string;
|
|
playbackUrl: string;
|
|
} |