UNPKG

@accounter/server

Version:
5 lines (4 loc) 188 B
import type { Injector } from 'graphql-modules'; export declare function calculateVacationReserveAmount(injector: Injector, year: number): Promise<{ vacationReserveAmount: number; }>;