From 2f0e3ddc9c5a814c32b0d127bc98fe04603b2c86 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 02:14:21 +0000 Subject: [PATCH] Remove demo API types cgen-c55f36532ae244a0a5127f9675f68c42 --- shared/api.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shared/api.ts b/shared/api.ts index 4856ff92..5f8ac7df 100644 --- a/shared/api.ts +++ b/shared/api.ts @@ -4,9 +4,4 @@ * and/or small pure JS functions that can be used on both client and server */ -/** - * Example response type for /api/demo - */ -export interface DemoResponse { - message: string; -} +// Demo API types removed - application running in production mode