UNPKG

@accounter/server

Version:
4 lines (3 loc) 278 B
import type { Injector } from 'graphql-modules'; import type { IGetFinancialAccountsByAccountIDsResult } from '../types.js'; export declare function getFinancialAccountByTransactionId(transactionId: string, injector: Injector): Promise<IGetFinancialAccountsByAccountIDsResult>;