Variable: AttackType
const AttackType: {
NORMAL: "NORMAL";
CUSTOM: "CUSTOM";
};
Defined in: src/models/red-team-enums.ts:23
Attack type classification.
Type Declaration
NORMAL
readonly NORMAL: "NORMAL" = 'NORMAL';
CUSTOM
readonly CUSTOM: "CUSTOM" = 'CUSTOM';