mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 15:45:39 +00:00
8 lines
210 B
C#
8 lines
210 B
C#
using Spacebar.Interop.Cdn.Abstractions;
|
|
|
|
namespace Spacebar.Cdn.Fsck;
|
|
|
|
public class MigrationFileStores {
|
|
public required IFileSource From { get; init; }
|
|
public required IFileSource To { get; init; }
|
|
} |