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