import type { Name } from "../common/name";
export type MoveBattleStyle = {
    id: number;
    name: string;
    names: Name[];
};
