proposit-core
    Preparing search index...

    Variable RelaxedUnparsedURLReferenceSchemaConst

    RelaxedUnparsedURLReferenceSchema: TIntersect<
        [
            TObject<
                {
                    type: TUnion<
                        [
                            TLiteral<"Book">,
                            TLiteral<"Website">,
                            TLiteral<"BookChapter">,
                            TLiteral<"Handbook">,
                            TLiteral<"TechnicalReport">,
                            TLiteral<"Standard">,
                            TLiteral<"Thesis">,
                        ],
                    >;
                },
            >,
            TObject<
                {
                    text: TOptional<TString>;
                    type: TLiteral<"UnparsedURL">;
                    url: TString;
                },
            >,
        ],
    > = ...