diff --git a/src/controllers/role/types.ts b/src/controllers/role/types.ts index a9c2eab..7931ca5 100644 --- a/src/controllers/role/types.ts +++ b/src/controllers/role/types.ts @@ -5,8 +5,8 @@ interface IRole { id: string; name: string; description: string; - permissions: PERMISSION[]; communityId: string; + permissions: PERMISSION[]; creationDate: number; }