Variable h_citeConst

h_cite: TObject<
    {
        accessed: TOptional<TUnsafe<string>>;
        author: TOptional<TUnsafe<string>>;
        content: TOptional<TUnsafe<string>>;
        name: TOptional<TUnsafe<string>>;
        publication: TOptional<TUnsafe<string>>;
        published: TOptional<TUnsafe<string>>;
        type: TLiteral<"cite">;
        uid: TOptional<TUnsafe<string>>;
        url: TOptional<TUnsafe<string>>;
    },
> = ...

microformats2 h-cite.