xylabs/sdk-react

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

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable import/no-cycle */
import { Intangible } from './Intangible'

type StructuredValue = Intangible

export type { StructuredValue }