X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=48988c089f6717e1e4108143ce87c20bdc5536d1;hb=f8496b2247cb7e47192173307d690c33c4deaf2c;hp=3817515a585120bb8e8c3c369dc57e1c59ac0c65;hpb=619e0f0417560f44a99f4508a8f314db54173c0c;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 3817515a..48988c08 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -119,7 +119,7 @@ export interface MessageValue /** * Task function operation: * - `'add'` - Add a task function. - * - `'delete'` - Delete a task function. + * - `'remove'` - Remove a task function. * - `'default'` - Set a task function as default. */ readonly taskFunctionOperation?: 'add' | 'remove' | 'default'