UNPKG

@impler/shared

Version:

Reusable types and classes to shared between apps and libraries

12 lines 264 B
export interface IMapping { name: string; key: string; columnHeading: string; isRequired: boolean; } export interface IMappingFinalize { name: string; key: string; columnHeading: string; } //# sourceMappingURL=Mapping.interface.d.ts.map