enonic-types
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -6,0 +6,0 @@ "typings": "index.d.ts", |
@@ -6,3 +6,3 @@ import { ByteSource, EmptyObject, PermissionsParams } from "./content"; | ||
*/ | ||
create(params: CreateRepoParams): RepositoryConfig<EmptyObject>; | ||
create(params: CreateRepoParams): RepositoryConfig; | ||
/** | ||
@@ -61,3 +61,3 @@ * Creates a branch | ||
} | ||
export interface RepositoryConfig<Data> { | ||
export interface RepositoryConfig<Data = EmptyObject> { | ||
readonly id: string; | ||
@@ -64,0 +64,0 @@ readonly branches: ReadonlyArray<string>; |
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
126345