Type Alias ObjectNested

ObjectNested: { [key: string]: string | number | boolean | ObjectNested }

Type declaration