UNPKG

@svta/common-media-library

Version:
14 lines 267 B
import type { FullBox } from './FullBox.js'; /** * Data Entry Urn Box - 'urn ' * * @group ISOBMFF * * @beta */ export type DataEntryUrnBox = FullBox & { type: 'urn '; name?: string; location?: string; }; //# sourceMappingURL=DataEntryUrnBox.d.ts.map