type ITipDescriptor = { id: string; step: number; dismissed?: boolean; completeOnboarding?: boolean; }; export type { ITipDescriptor };