OcelloidsClientConfig: {
    apiKey?: string | null;
    httpUrl?: string;
    wsUrl?: string;
}

The Ocelloids client configuration.

Type declaration

  • OptionalapiKey?: string | null
  • OptionalhttpUrl?: string
  • OptionalwsUrl?: string