mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Optional properties
This commit is contained in:
Vendored
+2
-2
@@ -86,8 +86,8 @@ declare module 'kafka-node' {
|
||||
}
|
||||
|
||||
export interface ConsumerOptions {
|
||||
groupId: string;
|
||||
autoCommit: boolean;
|
||||
groupId?: string;
|
||||
autoCommit?: boolean;
|
||||
autoCommitIntervalMs?: number;
|
||||
fetchMaxWaitMs?: number;
|
||||
fetchMinBytes?: number;
|
||||
|
||||
Reference in New Issue
Block a user