DeprecationWarning
Structured deprecation notice emitted for explicitly sourced values.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/resolve/contracts.ts - Source link:
packages/dreamcli/src/core/resolve/contracts.ts:61
Signatures
ts
interface DeprecationWarning {}Members
Properties
kind
Whether this deprecation targets a flag or a positional arg.
ts
kind: "flag" | "arg";message
Custom deprecation message, or true for the generic warning.
ts
message: string | true;name
Name of the deprecated flag or arg.
ts
name: string;