UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 315 B
import { MemberEntity } from '../../member'; import { ICustomerMember } from '../interfaces'; export declare class CustomerMemberEntity extends MemberEntity implements ICustomerMember { customerId: string; companyId: string; containerId: string; constructor(data?: Partial<CustomerMemberEntity>); }