X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=9c8d9650b15ccc31007a19d199117860a650ac58;hb=767e23e80a540dcedab8a2aa5203b8526e3df7b1;hp=9441fec4e420292905a23150d73580e73b3411cd;hpb=be0676b3936d75f22ce55b0f71a1fb03d008a01c;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 9441fec4..9c8d9650 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -20,7 +20,7 @@ export interface MessageValue< */ readonly data?: Data /** - * ID of the message. + * Id of the message. */ readonly id?: number /**