Interface InterceptResultSet

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc