/** * Copyright (c) 2025 Mihajlo Stojanovski * All rights reserved. */ import type { AICompletionConfig, AIResponse } from "../types"; export type OpenAIConfig = AICompletionConfig; export type OpenAIResponse = AIResponse; //# sourceMappingURL=types.d.ts.map