7 lines
231 B
TypeScript
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) {
|
|
}
|