Skip to main content

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
}