openai-webhook-responces recibe peticiones y hace log de las responses

This commit is contained in:
2026-02-25 15:24:57 -06:00
parent 8aeb1d0a64
commit 9263587f0b
11 changed files with 183 additions and 46 deletions
+5
View File
@@ -47,3 +47,8 @@ export function sendError(
},
);
}
export interface ResponseMetadata extends Record<string, string | undefined> {
tabla?: string;
accion?: string;
}