Type alias MutableDictionary<T>

MutableDictionary<T>: {
    [key: string]: T | undefined;
}

Type Parameters

  • T

Type declaration

  • [key: string]: T | undefined

Generated using TypeDoc