@typed-discord/rest
    Preparing search index...

    Function EntitlementResponse

    • Parameters

      • id: `${bigint}`
      • sku_id: `${bigint}`
      • application_id: `${bigint}`
      • user_id: `${bigint}`
      • deleted: boolean
      • starts_at: string | null
      • ends_at: string | null
      • type: EntitlementTypes
      • Optionaloptional: Omit<
            EntitlementResponse,
            | "id"
            | "type"
            | "application_id"
            | "user_id"
            | "sku_id"
            | "deleted"
            | "starts_at"
            | "ends_at",
        >

      Returns EntitlementResponse