UNPKG

cecon-interfaces

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