X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=48988c089f6717e1e4108143ce87c20bdc5536d1;hb=5aa31a743fde300612ae89a242b809ae7db083ed;hp=3817515a585120bb8e8c3c369dc57e1c59ac0c65;hpb=76b178d95efa0dc23addd65ab87e94736f1ed23a;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'