Files
standardnotes-app-web/packages/web/src/javascripts/Components/Preferences/PreferencesViewWrapperProps.tsx

6 lines
142 B
TypeScript

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