import ISupplierCommand from '../../Interfaces/Supplier/ICommand'; import { BaseServiceClass } from '../baseService'; export default class SupplierCommand extends BaseServiceClass { data: () => ISupplierCommand; }