Skip to main content
Example
export interface InterstitialCaptchaMembers extends BaseMembers {
  submitCaptcha: (payload: SubmitCaptchaOptions) => void;
}

Properties

Parameters
unknown