Subd/server/controllers/section/section.dto.ts

5 lines
83 B
TypeScript
Raw Permalink Normal View History

2024-04-23 12:08:46 +04:00
export interface ISectionDto {
name: string;
root_section_id: number | null;
}