Files
paperless-ngx/src-ui/src/app/data/user-profile.ts
T

8 lines
144 B
TypeScript

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