Files
genesis-2/supabase/functions/openai-webhook-responses/planes_estudio/crear.ts
T

7 lines
231 B
TypeScript

import type { OpenAI } from "openai";
import { supabase } from "../supabase.ts";
import type { TablesUpdate } from "../../_shared/database.types.ts";
export function handleCrearPlanEstudio(response: OpenAI.Responses.Response) {
}