Dedupe worker attributes (#364)
[poolifier.git] / src / utility-types.ts
index 9441fec4e420292905a23150d73580e73b3411cd..9c8d9650b15ccc31007a19d199117860a650ac58 100644 (file)
@@ -20,7 +20,7 @@ export interface MessageValue<
    */
   readonly data?: Data
   /**
-   * ID of the message.
+   * Id of the message.
    */
   readonly id?: number
   /**