UpdateRequestAttributes: BaseProblemAttributes<MapUpdateRequestId> & {
    description: string | null;
    driveDate: number;
    hasComments: boolean;
    localDriveTime: string;
    source: UPDATE_REQUEST_SOURCE;
    type: UPDATE_REQUEST_TYPE;
    typeText?: string;
} & Partial<UpdateRequestReporterPreferences> & (
    OpenUpdateRequestAttributes
    | ResolvedUpdateRequestAttributes
)