import { Row } from "../../interfaces/interfaces"; export class Select2Response { items: Row[] = []; }