fix: use UUIDv4 for message id to avoid integer overflow
[poolifier.git] / src / utility-types.ts
index 2d142f860e4b19893a131e7cbc872abda5f8270a..fba39012e995b24cf135d5050b7d86348b719fb3 100644 (file)
@@ -22,7 +22,7 @@ export interface MessageValue<
   /**
    * Id of the message.
    */
-  readonly id?: number
+  readonly id?: string
   /**
    * Kill code.
    */