Note that files belong to framework

This commit is contained in:
2026-01-17 15:45:02 -06:00
parent 7ed05695b9
commit 00d84d6686
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// This file belongs to the framework. You are not expected to modify it.
export type ContentType = string; export type ContentType = string;
// tx claude https://claude.ai/share/344fc7bd-5321-4763-af2f-b82275e9f865 // tx claude https://claude.ai/share/344fc7bd-5321-4763-af2f-b82275e9f865

View File

@@ -1,3 +1,5 @@
// This file belongs to the framework. You are not expected to modify it.
export type HttpCode = { export type HttpCode = {
code: number; code: number;
name: string; name: string;