@nevware21/ts-utils
    Preparing search index...

    Type Alias ObjDefinePropDescriptorMap

    ObjDefinePropDescriptorMap: {
        [key: string | number | symbol]: ObjDefinePropDescriptor<any>;
    }

    An object whose keys represent the names of properties to be defined or modified and whose values are objects describing those properties. Each value in props must be either a data descriptor or an accessor descriptor; it cannot be both (see ObjDefinePropDescriptor for more details).

    Type declaration

    0.6.0