Remove demo API types

cgen-c55f36532ae244a0a5127f9675f68c42
This commit is contained in:
Builder.io 2025-08-06 02:14:21 +00:00
parent dc34cb6fa0
commit 2f0e3ddc9c

View file

@ -4,9 +4,4 @@
* and/or small pure JS functions that can be used on both client and server * and/or small pure JS functions that can be used on both client and server
*/ */
/** // Demo API types removed - application running in production mode
* Example response type for /api/demo
*/
export interface DemoResponse {
message: string;
}