destreamer/Types.ts
2020-04-08 09:20:31 +03:00

11 lines
No EOL
215 B
TypeScript

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