Type alias StringDict

StringDict: {
    [index: string]: any;
}

Type declaration

  • [index: string]: any

Generated using TypeDoc