Skip to content

Commit

Permalink
fix(core): fix TaggableResource type
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 21, 2023
1 parent 30e9b0f commit dd04080
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

// ##__API_RESOURCES_START__##
// ##__API_RESOURCES_TEMPLATE:: export { default as ##__RESOURCE_CLASS__## } from './resources/##__RESOURCE_TYPE__##'

import type { ResourceRel } from './resource'
import type { TagType } from './resources/tags'

// ##__API_RESOURCES_START__##
// ##__API_RESOURCES_TEMPLATE:: export { default as ##__RESOURCE_CLASS__## } from './resources/##__RESOURCE_TYPE__##'
/**
* ©2023 Commerce Layer Inc.
**/
Expand Down

0 comments on commit dd04080

Please sign in to comment.