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