UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 188 B
import { IMasterV1 } from '../interfaces/i-master-v1'; export declare class MasterV1Entity implements IMasterV1 { ie: string | null; constructor(data?: Partial<MasterV1Entity>); }