phx-node-test-1
Version:
PHX NODE
8 lines (7 loc) • 347 B
TypeScript
import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service";
export declare class GetListActiveSchoolYearAndNextYearServiceSystemV3 {
private readonly grpcClientSystemService;
constructor(grpcClientSystemService: PHXGrpcClientSystemService);
private getSchoolYear;
get(hostname: string): Promise<any>;
}