Skip to content

DoCurious API Reference / types / FeatureEducation

Interface: FeatureEducation

Defined in: types/onboarding.types.ts:105

Feature education tracking (tooltip dismissals)

Extends

Properties

createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


dismissedAt?

optional dismissedAt: string

Defined in: types/onboarding.types.ts:109


featureKey

featureKey: string

Defined in: types/onboarding.types.ts:107


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


tooltipDismissed

tooltipDismissed: boolean

Defined in: types/onboarding.types.ts:108


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

Defined in: types/onboarding.types.ts:106

DoCurious Platform Documentation