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