UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 227 B
import { IIuguInformations } from '../interfaces'; export declare class AccountInformationsEntity implements IIuguInformations { key: string; value: string; constructor(data?: Partial<AccountInformationsEntity>); }