TypeAlias.DppUncpc
type DppUncpc = {
code: string;
hasChildren: boolean;
level: number;
parent?: {
code: string;
hasChildren: boolean;
level: number;
parent?: { code: string; title: string; level: number; hasChildren: boolean; parent?: ... | undefined; } | undefined;
title: string;
};
title: string;
};