export interface BlobService {
    azure?: {
        azureStorageUrl?: string;
        azureStorageSAS?: string;
    };
}
