Replies: 2 comments
-
|
I am not familiar with the API/Code changes during the last releases. Does it help you to use the following import: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @sensedrive, that is right. Ref: #11191 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
Looks like the the typescript interfaces used for building Hooks and Endpoints are no longer being exported in 9.6.0
import { HookConfig } from 'directus/dist/types';import does not exist.To Reproduce
Try creating a typescript file and importing the below
import { HookConfig } from 'directus/dist/types';Errors Shown
No response
What version of Directus are you using?
9.6.0
Beta Was this translation helpful? Give feedback.
All reactions