export type WegAppGroupItem = { handle: number; title: string; isIconic: boolean; isZoomed: boolean; /** * last time the app was active, timestamp in milliseconds, * could be 0 if we don't know when the app was actived */ lastActive: number; }; //# sourceMappingURL=WegAppGroupItem.d.ts.map