interface TaskOptions {
    priority?: number;
}

Properties

Properties

priority?: number