Type Alias AttributeMap<T>

AttributeMap: Record<keyof T, string>

Type Parameters

  • T