import { Extension } from "@db_models" export default { middlewares: ["withAuthentication"], fn: async (req, res) => { } }