Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lukeautry/tsoa
/ DeprecatedType
Interface
DeprecatedType
tests/fixtures/testModel31.ts:552–554 ·
view source on GitHub ↗
@deprecated
Source
from the content-addressed store, hash-verified
550
551
/** @deprecated */
552
interface
DeprecatedType {
553
value: string;
554
}
555
556
@Deprecated()
557
class
DeprecatedClass {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected