MonetizationOS Docs
Workflows ReferenceType Definitions

HttpSurfaceBehavior

type HttpSurfaceBehavior = {
  http?:   | ModifyHttpResponse
     | SetHttpResponse;
};

Properties

http?

optional http: 
  | ModifyHttpResponse
  | SetHttpResponse;

On this page