/** * @export * @class ManifestResource */ export declare class ManifestResource { /** * Id of the manifest resource (required) * @type {string} * @memberof ManifestResource */ manifestId?: string; constructor(obj?: Partial); } export default ManifestResource;