UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

7 lines 279 B
import { BaseEntry } from './base-entry'; import { IEntryEndOfFishing } from './schema-types'; export declare class EndOfFishingEntry extends BaseEntry { data: IEntryEndOfFishing; constructor(data: IEntryEndOfFishing); } //# sourceMappingURL=entry-end-of-fishing.d.ts.map