Variable h_itemConst

h_item: TObject<
    {
        name: TOptional<TUnsafe<string>>;
        photo: TOptional<TUnsafe<string>>;
        type: TLiteral<"item">;
        url: TOptional<TUnsafe<string>>;
    },
> = ...

microformats2 h-item.

All properties are optional.