Variable mf2Const

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