Discovery (core)
- Print
- PDF
Discovery (core)
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Discovery Schema 1.0.0 | Core SDK
Overview
undefined
Types
EntityInfoResult
The result for an entityInfo()
push or pull.
type EntityInfoResult = {
expires: string
entity: EntityInfo // An EntityInfo object represents an "entity" on the platform. Currently, only entities of type `program` are supported. `programType` must be supplied to identify the program type.
related?: EntityInfo[]
}
See also:
PurchasedContentResult
type PurchasedContentResult = {
expires: string
totalCount: number
entries: EntityInfo[]
}
See also:
Was this article helpful?