UNPKG

@noaignite/centra-types

Version:

Typescript definitions for centra apis

7 lines (5 loc) 165 B
import { BundleInfoExtended } from './BundleInfo' import { Product } from './Product' export interface Bundle extends Product { bundleInfo?: BundleInfoExtended }