Files
alt-gen/src/AltGen.API/Usings.cs
T

13 lines
433 B
C#
Raw Normal View History

2025-02-04 14:39:54 -06:00
global using System.ComponentModel.DataAnnotations;
global using System.Diagnostics.CodeAnalysis;
global using System.Reflection;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using AltGen.API.Common;
global using AltGen.API.Generate;
global using AltGen.API.Generate.Providers;
global using AltGen.API.Generate.Providers.Gemini;
2025-02-09 13:53:56 -06:00
global using Microsoft.AspNetCore.Mvc;