Refactor part 2.1
This commit is contained in:
parent
80196b732a
commit
e120a12eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -5,8 +5,8 @@ interface IRole {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
permissions: PERMISSION[];
|
|
||||||
communityId: string;
|
communityId: string;
|
||||||
|
permissions: PERMISSION[];
|
||||||
creationDate: number;
|
creationDate: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue