mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
export class PostUserError {
|
|
code: number
|
|
message: string
|
|
profile: string[]
|
|
account: string[]
|
|
}
|