Skip to content

Commit 23bbdc3

Browse files
feat: DEVREL-22 Added missing import
1 parent a6c2263 commit 23bbdc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stack/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import ContentType from './api/content-type/index';
33
import { onData, onError } from "../utils/utils";
44
import { BranchDetail, GetAllStacksOptions, StackAdditionalData, StackDetail, StackSearchQuery } from '../types/stack.types';
55
import { IManagementTokenDetails } from '../types';
6+
import { GenericObjectType } from "../types/common.types";
67

78

89
/**

0 commit comments

Comments
 (0)