CommandkitFunctionsCreateProxyVersion: NextOn this pageCreateProxycreateProxy commandkitutilities.ts Creates a simple proxy object that mirrors the target object. Signaturefunction createProxy<T extends object>(target: T): SimpleProxy<T> Parameters target parameterT