[Home](./index.md) > [bitburner](./bitburner.md) > [NotRequirement](./bitburner.notrequirement.md) ## NotRequirement interface The sub-condition must not be satisfied. **Signature:** ```typescript interface NotRequirement ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [condition](./bitburner.notrequirement.condition.md) | | [PlayerRequirement](./bitburner.playerrequirement.md) | | | [type](./bitburner.notrequirement.type.md) | | "not" | |