import type { SkillCreate } from "./SkillCreate"; export type WrappedSkillCreate = { item: SkillCreate; };