import { IOfficeLocationEntity } from "../../entities"; import { IBaseResponse } from "./base.response.interface"; export type IOfficeLocationApiEntityResponse = IBaseResponse; export type IOfficeLocationApiEntityResponseArray = IBaseResponse;