xylabs/sdk-react

View on GitHub
packages/rich-result/src/jsonld/StructuredValue.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Intangible } from './Intangible.ts'

type StructuredValue = Intangible

export type { StructuredValue }