@takentrade/takentrade-libs 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,8 +159,6 @@ export interface EducationEmailData extends BaseEmailData {
159
159
  purchase_code: string;
160
160
  }
161
161
  export interface DeviceVerificationMailData extends BaseEmailData {
162
- to: string;
163
- subject: string;
164
162
  otp: string;
165
163
  deviceId: string;
166
164
  deviceName?: string;