@equipmyschool/emsweb3-models 1.0.48 → 1.0.49
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.
- package/index.d.ts +0 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -244,7 +244,6 @@ export interface ImportItem {
|
|
|
244
244
|
export interface ImportUserDetail {
|
|
245
245
|
Name: string;
|
|
246
246
|
Email: string;
|
|
247
|
-
Gender?: Gender;
|
|
248
247
|
JobTitle: string;
|
|
249
248
|
Telephone: string;
|
|
250
249
|
}
|
|
@@ -621,7 +620,6 @@ export interface User {
|
|
|
621
620
|
}
|
|
622
621
|
export interface UserDetail extends User {
|
|
623
622
|
Telephone: string;
|
|
624
|
-
Gender: Gender;
|
|
625
623
|
JobTitle: string;
|
|
626
624
|
}
|
|
627
625
|
export interface ValueCount {
|