mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 18:32:12 +00:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace AIStudio.Tools;
|
|
|
|
public enum FileExportFormat
|
|
{
|
|
MICROSOFT_WORD,
|
|
OPEN_DOCUMENT_TEXT,
|
|
} |