Type alias Dict

Dict: {
    [key: string]: string | Dict;
}

Type declaration

  • [key: string]: string | Dict

Generated using TypeDoc