Variable: CountedQuotaEnum
const CountedQuotaEnum: {
HELD: "HELD";
COUNTED: "COUNTED";
NOT_COUNTED: "NOT_COUNTED";
};
Defined in: src/models/red-team-enums.ts:71
Whether a scan counts toward quota.
Type Declaration
HELD
readonly HELD: "HELD" = 'HELD';
COUNTED
readonly COUNTED: "COUNTED" = 'COUNTED';
NOT_COUNTED
readonly NOT_COUNTED: "NOT_COUNTED" = 'NOT_COUNTED';