/* * Copyright 2020-2021 AskChristee, LLC. All rights reserved. */ export type TResponseMeta = { version: string; engine: string; date: string; email: string; }; export type TResponseCoverPage = { agent_name: string; agent_phone: string; doc_id: string; email: string; loan_officer_name: string; loan_officer_phone: string; name: string; phone: string; title: string; company: string; }; export * from './amortization'; export * from './budget'; export * from './buyerqual'; export * from './buyers_choice'; export * from './buyorrent'; export * from './buyorrent-v2'; export * from './buywait'; export * from './closing-cost'; export * from './consumer-debt'; export * from './equity'; export * from './hecm'; export * from './investment'; export * from './payment-subsidy'; export * from './seller-net'; export * from './vacation'; export * from './vacation-v2';