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