interface OptionsInterceptors {
    Client: readonly DispatchInterceptor[];
}

Properties

Properties

Client: readonly DispatchInterceptor[]