import type { StorageService } from '../../services'; export type UploadsApiServicesConfig = { storage: StorageService; };