UNPKG

phx-node

Version:

PHX NODE

17 lines (16 loc) 548 B
import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service"; export interface ICheckAllowExplanation { user_id: number; hostname: string; request_code: string; work_date: string; start_at: string; end_at: string; attendance_code_id: number; } export declare class PHXAllowExplanation { private readonly grpcClientSystemService; constructor(grpcClientSystemService: PHXGrpcClientSystemService); private getDurationTime; get(payload: ICheckAllowExplanation): Promise<boolean>; }