Interface IDerivativeManifest

interface IDerivativeManifest {
    derivatives: IDerivative[];
    hasThumbnail: string;
    progress: string;
    region: string;
    status: string;
    type: string;
    urn: string;
    version: string;
}

Properties

derivatives: IDerivative[]
hasThumbnail: string
progress: string
region: string
status: string
type: string
urn: string
version: string

Generated using TypeDoc