Skip to content

Commit 3163dc4

Browse files
update export
1 parent f256226 commit 3163dc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/contentstack-export/src/types

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,10 @@ export interface ComposableStudioProject {
159159
uid: string;
160160
}
161161
export interface Context {
162+
command: string;
162163
module: string;
163164
userId: string | undefined;
164-
email?: string | undefined;
165+
email: string | undefined;
165166
sessionId: string | undefined;
166167
clientId?: string | undefined;
167168
apiKey: string;

0 commit comments

Comments
 (0)