pull/715/head
Travis Fischer 2025-06-28 03:00:51 -05:00
rodzic d06b0f5572
commit ab85f07c6d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ import type { ToolConfig } from './tools'
// TODO: These extra simplify statements for populated references shouldn't be
// necessary here, but Hono's OpenAPI support is currently failing to generate
// these self-referential types correctly in some cases, so we're just hard-
// coding the types here to make them nicer.
// coding the types here to make them nicer. Same with derived fields.
export type User = components['schemas']['User']
export type Team = components['schemas']['Team']