import { UpdateUserDropboxOutput } from "./UpdateUserDropbox"; import { InvalidParameterError, NotFoundError } from "./UpdateUserDropboxError"; export type UpdateUserDropboxResponse = UpdateUserDropboxOutput | InvalidParameterError | NotFoundError;