export interface FileFieldRequest {
    fieldId: string;
    parentTaskId: string;
    fileName?: string;
}
