Skip to content

Commit

Permalink
made stackName optional
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Feb 21, 2024
1 parent dec07e8 commit 1a63fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-import/src/types/import-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default interface ImportConfig extends DefaultConfig, ExternalConfig {
replaceExisting?: boolean;
skipExisting?: boolean;
skipAudit?: boolean;
stackName: string;
stackName?: string;
}

type branch = {
Expand Down

0 comments on commit 1a63fe3

Please sign in to comment.