Project

General

Profile

1
import { Right } from 'src/app/shared/models';
2
export interface RightsCategory {
3
  id: number;
4
  name: string;
5
  rights: Right[];
6
}
(39-39/50)