mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-07-16 20:26:27 +00:00
4 lines
219 B
C#
4 lines
219 B
C#
|
|
namespace AIStudio.Tools.Media;
|
||
|
|
|
||
|
|
/// <summary>Identifies the concrete attachment or file-content field inside an owner.</summary>
|
||
|
|
public readonly record struct MediaImportTarget(MediaImportOwner Owner, string TargetId);
|