import { BaseResponse } from "./base-response"; export class ApiResponse extends BaseResponse { result: T; }