mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-04 20:17:48 +02:00
feat: add onboarding
This commit is contained in:
@@ -89,6 +89,12 @@ export interface CloudUser {
|
||||
teamId?: string;
|
||||
teamName?: string;
|
||||
teamRole?: string;
|
||||
// This device's position among the user's active devices (oldest = 1).
|
||||
// Ordinal 1 / isPrimaryDevice === true is the only device that can run
|
||||
// browser automation. Optional: older backends omit them.
|
||||
deviceOrdinal?: number | null;
|
||||
deviceCount?: number | null;
|
||||
isPrimaryDevice?: boolean | null;
|
||||
}
|
||||
|
||||
export interface ProfileLockInfo {
|
||||
|
||||
Reference in New Issue
Block a user