diff --git a/frontend/src/types.ts b/frontend/src/types.ts index c97c7c409c879..2190458af61ed 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -4275,7 +4275,7 @@ export type HogFunctionType = { created_at: string updated_at: string enabled: boolean - hog?: string + hog: string inputs_schema?: HogFunctionInputSchemaType[] inputs?: Record