xylabs/sdk-react

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

Summary

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

type Language = Intangible

export type { Language }