DeprecationPolicy
Auto-generated API reference for DeprecationPolicy.
Interface: DeprecationPolicy
Defined in: adapters/src/deprecation.ts:32
#Properties
#logger?
optionallogger?: (msg) =>void
Defined in: adapters/src/deprecation.ts:36
Sink for warnings. Defaults to console.warn.
#Parameters
msg
string
#Returns
void
#onDeprecation
onDeprecation:
DeprecationAction
Defined in: adapters/src/deprecation.ts:33
#table?
optionaltable?:ModelDeprecation[]
Defined in: adapters/src/deprecation.ts:34