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