AccountServiceConfig overview
Added in v1.0.0
Table of contents
account service config
setAccountServiceConfig
Signature
export declare const setAccountServiceConfig: (config: AccountService.Config) => Layer.Layer<never, never, never>
Added in v1.0.0
withAccountServiceConfig
Signature
export declare const withAccountServiceConfig: {
(config: AccountService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
<A, E, R>(effect: Effect.Effect<A, E, R>, config: AccountService.Config): Effect.Effect<A, E, R>
}
Added in v1.0.0
adapters
toAccountClientConfig
Signature
export declare const toAccountClientConfig: Effect.Effect<AccountClientConfig, never, never>
Added in v1.0.0