UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

4 lines (3 loc) 279 B
import type { ResolversTypes } from '../../../__generated__/types.js'; import type { IGetChargesByIdsResult } from '../types.js'; export declare const validateCharge: (charge: IGetChargesByIdsResult, context: GraphQLModules.Context) => Promise<ResolversTypes["ValidationData"]>;