UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

4 lines (3 loc) 220 B
import { WorkerResponse } from '../../types'; import { TransactionWorkerPropsWithCallback } from './types'; export declare const transactionWorker: (props: TransactionWorkerPropsWithCallback) => Promise<WorkerResponse>;