import type { CardTenantProfileUpdatePayload, CardTenantProfilesPayload, MacroPayload } from '../../entity/creditAgent/creditAgentPayload'; import { ZeniAPIResponse } from '../../responsePayload'; export { CardTenantProfileRowPayload, CardTenantProfilesPayload, CardTenantProfileUpdatePayload, MacroPayload, toCardTenantProfileRow, toMacro, } from '../../entity/creditAgent/creditAgentPayload'; export type CardTenantProfilesResponse = ZeniAPIResponse; export type CardTenantProfileUpdateResponse = ZeniAPIResponse; export type MacroResponse = ZeniAPIResponse;