paperless-ngx/src-ui/src/app/data/user-profile.ts
2023-12-02 08:14:15 -08:00

7 lines
122 B
TypeScript

export interface PaperlessUserProfile {
email?: string
password?: string
first_name?: string
last_name?: string
}