summaryrefslogtreecommitdiff
path: root/src/services/contractors/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/contractors/index.ts')
-rw-r--r--src/services/contractors/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/services/contractors/index.ts b/src/services/contractors/index.ts
index 2341f3a..9730eff 100644
--- a/src/services/contractors/index.ts
+++ b/src/services/contractors/index.ts
@@ -1,8 +1,9 @@
import Form from './ContractorForm';
import Panel from './ContractorPanel';
import { ServiceParams } from '../../lib/ServiceContext';
+import { Contractor } from '../types';
-const service: ServiceParams = {
+const service: ServiceParams<Contractor> = {
route: 'contractors',
name: 'Контрагенты',
nameSingular: 'Контрагент',