Newer
Older
percord / extra / admin-api / Utilities / Spacebar.Cdn.Migration / MigrationFileStores.cs
@Rory& Rory& on 30 Jan 210 bytes cdn-cs updates
using Spacebar.Interop.Cdn.Abstractions;

namespace Spacebar.Cdn.Fsck;

public class MigrationFileStores {
    public required IFileSource From { get; init; }
    public required IFileSource To { get; init; }
}