Project

General

Profile

1
import { CardItem } from "./card-item.interface";
2

    
3
export interface AdministrationSection {
4
  title: string;
5
  subSections: CardItem[];
6
}
(1-1/50)