diff --git a/src/codegen-ts-runtime.ts b/src/codegen-ts-runtime.ts index cf09c8a..96f525f 100644 --- a/src/codegen-ts-runtime.ts +++ b/src/codegen-ts-runtime.ts @@ -612,6 +612,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami forObject: ForObject; } & RenderProps & ReactComponentHostProps) => any; + export const callObjectMethod: ( + object: ObjectRef, + methodName: string, + input?: Record, + ) => Promise; + export const h: (...args: any[]) => any; export const useLiveField: ( field: LiveFieldProp,