enonic-types
Advanced tools
Comparing version 0.0.51 to 0.0.52
@@ -15,6 +15,9 @@ import { ByteSource, Content, Site } from "./content"; | ||
} | ||
interface ByPath { | ||
export interface ByKey { | ||
readonly key: string; | ||
} | ||
export interface ByPath { | ||
readonly path: string; | ||
} | ||
interface ById { | ||
export interface ById { | ||
readonly id: string; | ||
@@ -21,0 +24,0 @@ } |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
47529
1348