import { Category } from "./category.enum"; export class Charactar { id?: number; name?: string; ename?: string; category?: Category; };