@doctadevs/types
Advanced tools
Comparing version 0.0.12 to 0.0.13
import { Person } from './person'; | ||
export declare type Student = Person & { | ||
phoneNumber: string; | ||
dateJoined: Date; | ||
}; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
import { Person } from './person'; | ||
export type Student = Person & { | ||
phoneNumber: string; | ||
dateJoined: Date; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15653
372