feat(turbopack): attach type metadata for static metadata item (#55340)
### What?
Trying to mimic https://github.com/vercel/next.js/blob/32e066ff6cf593244daf5a9f7c55009c94a4e29e/packages/next/src/build/webpack/loaders/next-metadata-image-loader.ts#L160C7-L160C12, when there's a static metadata turbopack does not includes `type` properties. This partially fulfills existing metadata test cases for checking those values.
Closes WEB-1551