UNPKG

apim-developer-portal1

Version:

API management developer portal

9 lines (7 loc) 126 B
/** * Cotract of HipCaptcha params */ export interface CaptchaParams { HipUrl: string; EncryptedFlowId: string; }