ShapeType: {
    audioComponent?: AudioComponentType[];
    binaryComponent?: BinaryComponentType[];
    containerComponent?: ContainerComponentType;
    created?: string;
    descriptorComponent?: DescriptorComponentType[];
    essenceVersion?: number;
    id?: SiteIdType;
    item?: {
        id?: SiteIdType;
    }[];
    metadata?: SimpleMetadataType;
    mimeType?: string[];
    subtitleComponent?: SubtitleComponentType[];
    tag?: string[];
    uuid?: UUIDType;
    videoComponent?: VideoComponentType[];
}

Type declaration