UNPKG

@svta/common-media-library

Version:
13 lines 248 B
import type { FullBox } from './FullBox.js'; /** * Data Entry Url Box - 'url ' * * @group ISOBMFF * * @beta */ export type DataEntryUrlBox = FullBox & { type: 'url '; location?: string; }; //# sourceMappingURL=DataEntryUrlBox.d.ts.map