export interface DeleteUserDropboxInput { userId: string; dropboxId: string; } export interface DeleteUserDropboxOutput { }