proposit-core
    Preparing search index...

    Variable RelaxedHandbookReferenceSchemaConst

    RelaxedHandbookReferenceSchema: TIntersect<
        [
            TObject<
                {
                    type: TUnion<
                        [
                            TLiteral<"Book">,
                            TLiteral<"Website">,
                            TLiteral<"BookChapter">,
                            TLiteral<"Handbook">,
                            TLiteral<"TechnicalReport">,
                            TLiteral<"Standard">,
                            TLiteral<"Thesis">,
                        ],
                    >;
                },
            >,
            TObject<
                {
                    edition: TOptional<TString>;
                    isbn: TOptional<TString>;
                    location: TString;
                    publisher: TString;
                    title: TString;
                    type: TLiteral<"Handbook">;
                    year: TString;
                },
            >,
        ],
    > = ...