Type Alias InterceptResultsMethod

InterceptResultsMethod: (() => InterceptResult[]) & {
    restore: (() => void);
}