mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
9 lines
103 B
TypeScript
9 lines
103 B
TypeScript
/*
|
|
export class GmsRole {
|
|
code: string
|
|
status: number
|
|
name: string
|
|
Permissions: [unknown]
|
|
}
|
|
*/
|