PlayerConfig: {
    _colors: Record<string, string>;
    cdn_url: string;
    embed: Record<string, string>;
    player_url: string;
    request: PrivateRequest;
    user: unknown;
    video: PrivateVideo;
    view: number;
    vimeo_api_url: string;
    vimeo_url: string;
}