AI-Studio/app/MindWork AI Studio/Provider/ImageURL.cs

7 lines
173 B
C#
Raw Normal View History

2024-05-04 09:11:42 +00:00
namespace AIStudio.Provider;
/// <summary>
/// An image URL.
/// </summary>
2024-05-19 14:06:48 +00:00
/// <param name="URL">The image URL.</param>
public readonly record struct ImageURL(string URL);