Interface InterceptResultGet

interface InterceptResultGet {
    at?: CallSiteLike;
    receiver: any;
    stack?: string;
    success: boolean;
    threw: boolean;
    type: "get";
    value: any;
}

Hierarchy (view full)

Properties

receiver: any
stack?: string
success: boolean
threw: boolean
type: "get"
value: any

Generated using TypeDoc