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