import { EDocType } from '../../../general';
export interface IPayioCardCompany {
    doc: string;
    docType: EDocType;
    id: string;
    name: string;
}
