/*** * * SaaSquatch Type Definitions * * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. * * Generated on 2026-03-20T21:11:42.771Z * ***/ /*** * LinkInterceptorResponseBody.schema.json * Generated on 2026-03-20T21:11:42.957Z * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. ***/ /** * Either the downstream from the POST request or a link that was created/manipulated by the Link Interceptor */ export type Link = string /** * The response sent back when a POST request is sent to the integration */ export interface LinkInterceptorPOSTResponseSchema { redirectUrl: Link }