Type Alias Struct

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