Files
standardnotes-app-web/app/assets/javascripts/Components/Preferences/PreferencesViewWrapperProps.tsx
2022-05-30 12:42:52 +05:30

8 lines
204 B
TypeScript

import { WebApplication } from '@/UIModels/Application'
import { AppState } from '@/UIModels/AppState'
export interface PreferencesViewWrapperProps {
appState: AppState
application: WebApplication
}