export type StartMenuLayoutItem = { "destopAppId": string; } | { "packagedAppId": string; } | { "desktopAppLink": string; } | { "secondaryTile": string; }; //# sourceMappingURL=StartMenuLayoutItem.d.ts.map