File size: 189 Bytes
0dbc9de
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import type { SkillDraft } from "../effect/skill.js"
import type { Hooks } from "./registration.js"

export type { SkillDraft }

export type SkillHooks = Hooks<{
  transform: SkillDraft
}>