/**
 * The VerificationSession object.
 */
export interface VerificationSession {
  /**
   * Unique identifier for the object.
   */
  id: string;
}
