Looking for guidance on creating a nested interface for JSON data like this:
Any help is appreciated.
JSON Structure
"toto": {
"toto1": [],
"toto2": [],
"toto3": [],
}
Interface Definition
export interface Itoto{
code: {
codeName:
}
}