enonic-types
Advanced tools
Comparing version 0.0.9 to 0.0.10
import { Component } from "./portal"; | ||
export interface ContentLibrary { | ||
get<A, PageConfig = any>(params: GetContentParams): Content<A, PageConfig> | null; | ||
get<A>(params: GetContentParams): Content<A, {}> | null; | ||
query<A>(params: QueryContentParams): QueryResponse<A>; | ||
@@ -5,0 +5,0 @@ create<A>(params: CreateContentParams<A>): Content<A>; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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
30300