@doctadevs/types
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,1 +6,2 @@ export declare const EnrollmentStatus: { | ||
}; | ||
export declare type EnrollmentStatusEnum = Lowercase<keyof typeof EnrollmentStatus>; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -6,1 +6,3 @@ export const EnrollmentStatus = { | ||
} as const; | ||
export type EnrollmentStatusEnum = Lowercase<keyof typeof EnrollmentStatus>; |
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
11312
256