Clips
This commit is contained in:
8
NostrStreamer/Services/Clips/IClipService.cs
Normal file
8
NostrStreamer/Services/Clips/IClipService.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace NostrStreamer.Services.Clips;
|
||||
|
||||
public interface IClipService
|
||||
{
|
||||
Task<ClipResult?> CreateClip(Guid streamId, string takenBy);
|
||||
}
|
||||
|
||||
public record ClipResult(Uri Url);
|
Reference in New Issue
Block a user