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

8 lines
144 B
TypeScript

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