We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc91764 commit 11d733cCopy full SHA for 11d733c
examples/todo/src/domains/todo/task.hook.ts
@@ -1,5 +1,5 @@
1
2
-import { HookContext, Hook } from '@steedos/spec';
+import { HookContext, Hook } from '@objectstack/spec/data';
3
4
const taskHook: Hook = {
5
name: 'task_logic',
0 commit comments