import type { SkillUpdate } from "./SkillUpdate"; export type WrappedSkillUpdate = { item: SkillUpdate; };