PIbd-23_Dyakonov_R_R_SUBD_P.../server/controllers/section/section.dto.ts

5 lines
83 B
TypeScript

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