We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae5aa8 commit 4723524Copy full SHA for 4723524
types/contentstackClient.d.ts
@@ -24,7 +24,7 @@ export interface RetryDelayOption {
24
export interface ContentstackToken {
25
authorization?: string
26
authtoken?: string
27
- early_access: string[]
+ early_access?: string[]
28
}
29
30
export interface ContentstackConfig extends AxiosRequestConfig, ContentstackToken {
0 commit comments