Преглед изворни кода

docs(core): Fix docs on custom field typings

Michael Bromley пре 4 година
родитељ
комит
ab031a83bd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      docs/content/developer-guide/customizing-models.md

+ 1 - 0
docs/content/developer-guide/customizing-models.md

@@ -204,6 +204,7 @@ However, this sacrifices type safety. To make our custom fields type-safe we can
 
 ```TypeScript
 // types.ts
+import { CustomProductFields } from '@vendure/core';
 
 declare module '@vendure/core' {
   interface CustomProductFields {