export type StartMenuItem = { path: string; umid: string | null; toast_activator: string | null; /** * Will be present if the item is a shortcut */ target: string | null; /** * Display name for the item */ display_name: string; }; //# sourceMappingURL=StartMenuItem.d.ts.map