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 86f3a65 commit a345dd3Copy full SHA for a345dd3
packages/contentstack-config/src/interfaces/index.ts
@@ -7,6 +7,7 @@ export interface InquirePayload {
7
name: string;
8
message: string;
9
choices?: Array<any>;
10
+ // eslint-disable-next-line @typescript-eslint/ban-types
11
transformer?: Function;
12
}
13
@@ -27,8 +28,8 @@ export interface Limit {
27
28
29
export interface RateLimitConfig {
30
getLimit?: Limit;
- limit?: Limit
31
- bulkLimit?: Limit
+ limit?: Limit;
32
+ bulkLimit?: Limit;
33
34
35
export interface SetRateLimitConfig {
0 commit comments