import { HeroUpdate } from '../../db/Hero'; export interface CreateHeroParam extends HeroUpdate { hid: number; count: number; }