Skip to main content

Variable: DbsEntrySchema

const DbsEntrySchema: ZodObject<{
sub_type: ZodOptional<ZodString>;
verdict: ZodOptional<ZodString>;
action: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
sub_type: ZodOptional<ZodString>;
verdict: ZodOptional<ZodString>;
action: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
sub_type: ZodOptional<ZodString>;
verdict: ZodOptional<ZodString>;
action: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/detection-reports.ts:15

Zod schema for a database security entry.