@accounter/server
Version:
Accounter GraphQL server
5 lines (4 loc) • 372 B
TypeScript
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;