import { BBContext } from "@budibase/types" export = async (ctx: BBContext, next: any) => { // Placeholder for audit log middleware return next() }