Home > typeioc > callInfo
callInfo variable
Represents original substituted subject member type
Signature:
callInfo: Readonly<{
    method: CallInfoType;
    getter: CallInfoType;
    setter: CallInfoType;
    getterSetter: CallInfoType;
    any: CallInfoType;
    field: CallInfoType;
}>