Skip to content

Commit

Permalink
fix(Attribute): export AttributeBase
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Jul 2, 2021
1 parent 59e0f38 commit 9d9d81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moysklad-api-model",
"version": "0.1.5",
"version": "0.1.6",
"description": "Объектная модель API МойСклад для TypeScript проектов",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/model/Attribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type AttributeJsTypeMap = {
}
}

interface AttributeBase<T extends AttributeType = AttributeType>
export interface AttributeBase<T extends AttributeType = AttributeType>
extends Entity<MetaType.AttributeMetadata> {
/** Наименование пользовательского поля */
name: string
Expand Down

0 comments on commit 9d9d81f

Please sign in to comment.