We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f256226 commit 3163dc4Copy full SHA for 3163dc4
1 file changed
packages/contentstack-export/src/types/index.ts
@@ -159,9 +159,10 @@ export interface ComposableStudioProject {
159
uid: string;
160
}
161
export interface Context {
162
+ command: string;
163
module: string;
164
userId: string | undefined;
- email?: string | undefined;
165
+ email: string | undefined;
166
sessionId: string | undefined;
167
clientId?: string | undefined;
168
apiKey: string;
0 commit comments