maxgherman/TypeIOC

View on GitHub
docs/typeioc.callinfo.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [typeioc](./typeioc.md) &gt; [callInfo](./typeioc.callinfo.md)

## callInfo variable

Represents original substituted subject member type

<b>Signature:</b>

```typescript
callInfo: Readonly<{
    method: CallInfoType;
    getter: CallInfoType;
    setter: CallInfoType;
    getterSetter: CallInfoType;
    any: CallInfoType;
    field: CallInfoType;
}>
```