ClientOptions
ClientOptions is a type which is used to specify the options of a client. It is used in the MarcSyncClient class when creating a new client.
Type Definition
type ClientOptions = {
retryCount: number
}
ClientOptions is a type which is used to specify the options of a client. It is used in the MarcSyncClient class when creating a new client.
type ClientOptions = {
retryCount: number
}