Skip to main content

Variable: JobType

const JobType: {
STATIC: "STATIC";
DYNAMIC: "DYNAMIC";
CUSTOM: "CUSTOM";
};

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

Red team scan job type.

Type Declaration

STATIC

readonly STATIC: "STATIC" = 'STATIC';

DYNAMIC

readonly DYNAMIC: "DYNAMIC" = 'DYNAMIC';

CUSTOM

readonly CUSTOM: "CUSTOM" = 'CUSTOM';