@sourceloop/core / Exports / ProxyBuilderBindings
Namespace: ProxyBuilderBindings¶
Table of contents¶
Variables¶
Variables¶
CONFIG¶
• Const
CONFIG: BindingKey
<ProxyBuilderConfig
>
Defined in¶
packages/core/src/components/proxy-builder/keys.ts:12
PROXY_MODIFIER¶
• Const
PROXY_MODIFIER: BindingKey
<CrudRestServiceModifier
<never
>>
Defined in¶
packages/core/src/components/proxy-builder/keys.ts:15
TOKEN_VALIDATOR¶
• Const
TOKEN_VALIDATOR: BindingKey
<(context
: AnyObject
<any
>, token?
: string
) => string
>