Type alias Struct

Struct: {
    [k: string]: number | string | Struct;
}

Type declaration

  • [k: string]: number | string | Struct