Skip to main content

Variable: StreamType

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

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

Dynamic scan stream type.

Type Declaration​

NORMAL​

readonly NORMAL: "NORMAL" = 'NORMAL';

ADVERSARIAL​

readonly ADVERSARIAL: "ADVERSARIAL" = 'ADVERSARIAL';