export type OneTimePasscode = {
  /**
   * The ID of the one-time passcode. Provide it when activating.
   */
  otpId: string;
};
