UNPKG

harvest-overtime

Version:
6 lines (5 loc) 283 B
import { ReportEmployee } from "../models"; import { Options } from "./decorator"; export declare function toError(args: Options, error: Error): string; export declare function toInfo(args: Options): string; export declare function toTable(reportEmployee: ReportEmployee[]): string;