import type { IServerOption } from '../server'; import type { ISlicerOption } from '../slicer'; import type { IStorageOption } from '../storage'; import type { ITaskSchedulerOption } from '../task'; export interface IUploaderUserOption extends Partial, Partial, Partial, Partial { userId: string; }