import { JSONAModel } from "../../interfaces/JSONAModel"; export type BarJSONAModel = JSONAModel<{ category: string; }>;