Skip to content

DoCurious API Reference / types / GiftPermissionType

Type Alias: GiftPermissionType

GiftPermissionType = "allow_all" | "allow_contacts" | "deny_all"

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

Controls who can send gifts to this user.

Remarks

  • allow_all -- Any platform user can send gifts.
  • allow_contacts -- Only users in allowedUserIds can send gifts.
  • deny_all -- Gifting is disabled for this user entirely.

DoCurious Platform Documentation