DesktopPlatform: {
    browsers: DesktopBrowser[];
    id: number;
    name: string;
    resolutions: string[];
    value: Platform;
    version: string;
}

Type declaration