Type alias AttributeMap<T>

AttributeMap<T>: {
    readonly [P in keyof T]: string
}

Type Parameters

  • T

Generated using TypeDoc