openai-webhook-responces recibe peticiones y hace log de las responses
This commit is contained in:
@@ -47,3 +47,8 @@ export function sendError(
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
export interface ResponseMetadata extends Record<string, string | undefined> {
|
||||
tabla?: string;
|
||||
accion?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user