Type alias InterceptResultsMethod

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

Type declaration

Type declaration

  • restore: (() => void)
      • (): void
      • Returns void

Generated using TypeDoc