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 HttpCode = {
code: number;
name: string;