UNPKG

phx-node

Version:

PHX NODE

14 lines (13 loc) 630 B
import { PHXGrpcClientSystemServiceV6 } from "./../grpc-client/grpc-client-system-v6.service"; import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service"; export declare class GetListActiveSchoolYearServiceSystemV3 { private readonly grpcClientSystemService; private readonly grpcClientSystemServiceV6; constructor(grpcClientSystemService: PHXGrpcClientSystemService, grpcClientSystemServiceV6: PHXGrpcClientSystemServiceV6); private logger; private getSchoolYear; get(hostname: string): Promise<any>; getV2({ schoolId }: { schoolId: number; }): Promise<any>; }