Subd/server/controllers/section/section.dto.ts
2024-04-23 12:08:46 +04:00

5 lines
83 B
TypeScript

export interface ISectionDto {
name: string;
root_section_id: number | null;
}