xylabs/sdk-react

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

Summary

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

interface Map extends CreativeWork {
  mapType?: MapCategoryType
}

export type { Map }