Variable parsed_mf2_jsonConst

parsed_mf2_json: TObject<
    {
        properties: TRecord<TString, TAny>;
        type: TArray<
            TUnion<
                [
                    TLiteral<"h-card">,
                    TLiteral<"h-cite">,
                    TLiteral<"h-entry">,
                    TLiteral<"h-event">,
                ],
            >,
        >;
    },
> = ...