UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 158 B
import { EDocType } from '../../../general'; export interface IPayioCardCompany { doc: string; docType: EDocType; id: string; name: string; }