UNPKG

@accounter/server

Version:
5 lines (4 loc) 372 B
import { SecurityPaymentType, SecurityTradeType, SecurityTransactionType } from '../../../shared/enums.js'; export declare const toSecurityTradeType: (raw: string) => SecurityTradeType; export declare const toSecurityTransactionType: (raw: string) => SecurityTransactionType; export declare const toSecurityPaymentType: (raw: string | null) => SecurityPaymentType | null;