UNPKG

@svta/common-media-library

Version:
15 lines 265 B
import type { Box } from './Box.js'; /** * Utility TypeBox * * @group ISOBMFF * * @beta */ export type TypeBox<T> = Box & { type: T; majorBrand: string; minorVersion: number; compatibleBrands: string[]; }; //# sourceMappingURL=TypeBox.d.ts.map