Type Alias GenericObjectPropertiesNodeRec<NextLevel>

GenericObjectPropertiesNodeRec: GenericObjectPropertiesAdditionalProperties & Record<
    string,
    | NextLevel
    | (NextLevel | string | number | boolean)[]
    | string
    | number
    | boolean,
>

Type Parameters

  • NextLevel