/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Documents the ``config.get`` payload shape. * * Secrets in ``config`` / ``parsed`` are replaced with the literal * ``"__OPENCLAW_REDACTED__"`` sentinel. */ export type ClawConfigGetResponse = { path: string; exists: boolean; raw?: string | null; parsed?: Record; valid?: boolean; config: Record; hash: string; uiHints?: Record; issues?: Array; warnings?: Array; legacyIssues?: Array; };