UNPKG

@accounter/server

Version:
6 lines (5 loc) 695 B
import { Injector } from 'graphql-modules'; import type { YearOfRelevanceInput } from '../../../__generated__/types.js'; export declare function batchUpdateChargesTags(injector: Injector, tags: string[], chargeIds: readonly string[]): Promise<void>; export declare function batchUpdateChargesBusinessTrip(injector: Injector, businessTripID: string, chargeIds: readonly string[]): Promise<(void[] | import("../../business-trips/types.js").IUpdateChargeBusinessTripResult[])[]>; export declare function batchUpdateChargesYearsSpread(injector: Injector, yearsOfRelevance: readonly YearOfRelevanceInput[], chargeIds: readonly string[]): Promise<import("../types.js").IInsertChargeSpreadResult[][]>;