Skip to content

DoCurious API Reference / types / GiftStatus

Type Alias: GiftStatus

GiftStatus = "pending" | "accepted" | "declined" | "expired" | "cancelled"

Defined in: types/gift.types.ts:14

Lifecycle state of a challenge gift.

Remarks

Flow: pending -> accepted | declined | expired | cancelled. Accepting a gift creates a import('./challenge.types').UserChallenge with source 'gift'.

DoCurious Platform Documentation