export default interface LoggingResponse {
    flow: string;
    logtime: string;
    businessId: string;
}
