UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 203 B
import { EPayioScheduleSkill } from '../enums'; export interface IPayioScheduleProduct { code: string; description: string; price: number; skill: EPayioScheduleSkill; unit: string; }