UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

9 lines (7 loc) 207 B
import { ExtentType } from "../enums/ExtentType"; import { ExtentUnit } from "../enums/ExtentUnit"; export interface Extent { ExtentType?: ExtentType; ExtentValue?: string; ExtentUnit?: ExtentUnit; }