<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [ProxyOptions](./com-tools.proxyoptions.md)

## ProxyOptions type

**Signature:**

```typescript
export declare type ProxyOptions = {
  get?: boolean,
  set?: boolean,
  configurable?: boolean,
  enumerable?: boolean,
  getDefault?: any,
  setDefault?: any
};
```
