Skip to main content

Variable: StreamType

const StreamType: {
NORMAL: "NORMAL";
ADVERSARIAL: "ADVERSARIAL";
};

Defined in: src/models/red-team-enums.ts:263

Dynamic scan stream type.

Type Declaration

NORMAL

readonly NORMAL: "NORMAL" = 'NORMAL';

ADVERSARIAL

readonly ADVERSARIAL: "ADVERSARIAL" = 'ADVERSARIAL';