export default interface LoggingRequest {
    body: unknown;
    flow?: string;
}
