Variable RelaxedProductManualReferenceSchemaConst
RelaxedProductManualReferenceSchema: TIntersect<
[
TObject<
{
type: TUnion<
[
TLiteral<"Book">,
TLiteral<"Website">,
TLiteral<"BookChapter">,
TLiteral<"Handbook">,
TLiteral<"TechnicalReport">,
TLiteral<"Standard">,
TLiteral<"Thesis">,
],
>;
},
>,
TObject<
{
manufacturer: TString;
model: TString;
title: TString;
type: TLiteral<"ProductManual">;
url: TOptional<TString>;
year: TString;
},
>,
],
> = ...