proposit-core
    Preparing search index...

    Variable UnparsedCitationTypeGuessSchemaConst

    UnparsedCitationTypeGuessSchema: TUnion<
        [
            TUnion<
                [
                    TLiteral<"Book">,
                    TLiteral<"Website">,
                    TLiteral<"BookChapter">,
                    TLiteral<"Handbook">,
                    TLiteral<"TechnicalReport">,
                    TLiteral<"Standard">,
                    TLiteral<"Thesis">,
                ],
            >,
            TLiteral<"unknown">,
        ],
    > = ...