UNPKG

phx-node

Version:

PHX NODE

11 lines (10 loc) 435 B
import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service"; export declare class GetSchoolYearServiceSystemV3 { private readonly grpcClientSystemService; constructor(grpcClientSystemService: PHXGrpcClientSystemService); private getSchoolYear; get(school_id: any, hostname: string, isAllTerm?: boolean): Promise<{ current_school_year: any; current_school_term: any; }>; }