UNPKG

phx-node-test-1

Version:

PHX NODE

9 lines (8 loc) 420 B
import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service"; export declare class PHXSchoolMonthSystemService { private readonly grpcClientSystemService; constructor(grpcClientSystemService: PHXGrpcClientSystemService); private readonly logger; getListCurrentSchoolMonth(hostname: string): Promise<any>; getBySchoolId(hostname: string, schoolId: number): Promise<any[]>; }