refactor: repo (#1070)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { WebApplication } from '@/Application/Application'
|
||||
import { MfaProps } from './Panes/TwoFactorAuth/MfaProps'
|
||||
import { ViewControllerManager } from '@/Services/ViewControllerManager'
|
||||
|
||||
export interface PreferencesProps extends MfaProps {
|
||||
application: WebApplication
|
||||
viewControllerManager: ViewControllerManager
|
||||
closePreferences: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user