openclaw/src/config/zod-schema.sensitive.ts

6 lines
192 B
TypeScript

import { z } from "zod";
// Everything registered here will be redacted when the config is exposed,
// e.g. sent to the dashboard
export const sensitive = z.registry<undefined, z.ZodType>();