We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed590e2 commit 5587efdCopy full SHA for 5587efd
1 file changed
src/stack/stack.ts
@@ -28,7 +28,6 @@ export class Stack {
28
* @returns {Asset}
29
* @example
30
* import contentstack from '@contentstack/delivery-sdk'
31
-import { Taxonomy } from './taxonomy';
32
*
33
* const stack = contentstack.stack({ apiKey: "apiKey", deliveryToken: "deliveryToken", environment: "environment" });
34
* const asset = stack.asset() // For collection of asset
0 commit comments