UNPKG

cannoli-interfaces

Version:
8 lines (7 loc) 342 B
import { UserEntity } from '../../../users'; import { INatipayUser } from '../interfaces/i-user'; export declare class NatipayUserEntity extends UserEntity implements INatipayUser { currentContainerId?: string | null | undefined; currentContainerName?: string | null | undefined; constructor(data?: Partial<NatipayUserEntity>); }