interface PropertyDescriptorMap {
    [key: PropertyKey]: PropertyDescriptor;
}

Indexable

Generated using TypeDoc