@paljs/types
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -29,5 +29,15 @@ export interface Field { | ||
} | ||
export interface Generator { | ||
name: string; | ||
provider: string; | ||
} | ||
export interface DataSource { | ||
provider: string; | ||
url: string; | ||
} | ||
export interface SchemaObject { | ||
models: Model[]; | ||
enums: Enums[]; | ||
dataSource?: DataSource; | ||
generators?: Generator[]; | ||
} |
{ | ||
"name": "@paljs/types", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
8814
164