export interface IRolePermissionMappingCreateDto { permissions: { [permissionName: string]: string[]; }; }