11 lines
No EOL
215 B
TypeScript
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;
|
|
} |