UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

7 lines 308 B
import { BaseEntry } from './base-entry'; import { IEntryVesselRegistration } from './schema-types'; export declare class VesselRegistrationEntry extends BaseEntry { data: IEntryVesselRegistration; constructor(data: IEntryVesselRegistration); } //# sourceMappingURL=entry-vessel-registration.d.ts.map