Skip to content

Commit af9140c

Browse files
author
Your Name
committed
added type
1 parent c6d6e1e commit af9140c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/contentstack-export/src/types/export-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { FeatureStatus } from '@contentstack/cli-utilities';
12
import { Context, Modules, Region } from '.';
23
import DefaultConfig from './default-config';
34

@@ -36,7 +37,7 @@ export default interface ExportConfig extends DefaultConfig {
3637
skipDependencies?: boolean;
3738
authenticationMethod?: string;
3839
linkedWorkspaces?: Array<{ uid: string; space_uid: string; is_default: boolean }>;
39-
planStatus: any;
40+
planStatus?: Record<string, FeatureStatus>;
4041
}
4142

4243
type branch = {

0 commit comments

Comments
 (0)