Interface Settings

Type definition for settings that can be saved with a dataset. THey should be a simple object with string keys, scalar values, array values or nested Settings objects.

interface Settings {}

Hierarchy

  • Record<string, string | string[] | number | number[] | boolean | boolean[] | Settings | Settings[]>
    • Settings