Skip to content

Commit

Permalink
Update src/types/onyx/Onboarding.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <[email protected]>
  • Loading branch information
filip-solecki and mountiny authored Apr 20, 2024
1 parent c5d61ae commit 8409fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Onboarding.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type Onboarding = {
/** A Boolean that informs whether the user has completed onboarding. */
/** A Boolean that informs whether the user has completed the guided setup onboarding flow */
hasCompletedGuidedSetupFlow: boolean;
};

Expand Down

0 comments on commit 8409fd5

Please sign in to comment.