Variable ManifestContentConst
ManifestContent: TObject<
{
_attributes: TObject<{ ignore: TBoolean; zipEntry: TString }>;
Parameter: TOptional<
TUnion<
[
TObject<{ _attributes: TObject<{ name: TString; value: TString }> }>,
TArray<
TObject<
{ _attributes: TObject<{ name: TString; value: TString }> },
>,
>,
],
>,
>;
},
> = ...