Interface IManifestOption

interface IManifestOption {
    unrequired?: boolean;
}

Properties

Properties

unrequired?: boolean