feat: add onboarding

This commit is contained in:
zhom
2026-06-01 01:05:35 +04:00
parent 3a3f201065
commit 98f1c7452a
67 changed files with 3157 additions and 369 deletions
+6
View File
@@ -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 {