VersionedResource interface
Encapsulates the resource version and its data or reference to the compatible version. Only one of the two last fields should be not null.
Properties
| compatible |
Gets or sets the reference to the compatible version. |
| resource | Gets or sets the resource data. |
| resource |
Gets or sets the version of the resource data. |
Property Details
compatibleWith
Gets or sets the reference to the compatible version.
compatibleWith: string
Property Value
string
resource
Gets or sets the resource data.
resource: any
Property Value
any
resourceVersion
Gets or sets the version of the resource data.
resourceVersion: string
Property Value
string