UNPKG

scheunemann-interfaces

Version:
5 lines (4 loc) 125 B
import { IPagBankCustody } from './i-custody'; export interface IPagBankSplitConfiguration { custody: IPagBankCustody; }