Skip to main content

Variable: SnapshotVersionSchema

const SnapshotVersionSchema: ZodObject<{
generation: ZodNumber;
timestamp: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
generation: ZodNumber;
timestamp: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
generation: ZodNumber;
timestamp: ZodString;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/model-security-custom-rules.ts:157

Historical snapshot identified by its object generation.