Skip to content

Type Alias: OperationResponse

ts
type OperationResponse = 
  | FakeResponse
  | {
  error: ErrorInjection;
};

Defined in: src/testing/FakeInstance.ts:89