MCPcopy
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 */
552interface DeprecatedType {
553 value: string;
554}
555
556@Deprecated()
557class DeprecatedClass {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected