xylabs/sdk-react

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

Summary

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

type Intangible = Thing

export type { Intangible }