gradido/backend/src/apis/humhub/model/PostUserError.ts
2024-04-04 16:06:59 +02:00

7 lines
104 B
TypeScript

export class PostUserError {
code: number
message: string
profile: string[]
account: string[]
}