X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=123b5d6ea4fa397982c6195de0d9ccd95ba0c1df;hb=7629bdf1633551ff56f7e2108fb27bcd6ae4c68b;hp=be0ed287633b24e211e46024f736aefc033701e3;hpb=0f2c9e06f23863adf0858eb281a1de5124ae305d;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index be0ed287..123b5d6e 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -80,9 +80,9 @@ export interface Task { */ readonly timestamp?: number /** - * Message UUID. + * Task UUID. */ - readonly id?: string + readonly taskId?: string } /**