declare module '@stripe/stripe-js' {
  /**
   * The VerificationSession object.
   */
  interface VerificationSession {
    /**
     * Unique identifier for the object.
     */
    id: string;
  }
}
