Skip to main content

addPheromoneType

plugin.job.addPheromoneType(data: AddPheromoneTypeData): Promise<JobPheromoneTypeResponse>

Parameters

ParameterTypeRequiredDescription
dataAddPheromoneTypeDataYes

Returns

Promise<JobPheromoneTypeResponse>

Example

import plugin from '@codebolt/plugin-sdk';

const result = await plugin.job.addPheromoneType(/* AddPheromoneTypeData */);
console.log(result);