UNPKG

mobyo-interfaces

Version:
11 lines (10 loc) 257 B
import { EDocType } from '../../../general'; export interface IPayioDistributorResponsible { doc: string; docType: EDocType; email: string; name: string; phoneNumber: string; documentFileUrl: string; internationalCode: string; }