export const IN = 'IN'; export const OUT = 'OUT'; export type TransactionOrientation = typeof IN | typeof OUT;