Skip to content

Commit

Permalink
chore: fix documentation generation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Dec 10, 2024
1 parent 47de93f commit f2599bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/fpjs-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import type { EnvDetails } from '../env.types'

const pkgName = packageInfo.name.split('/')[1]

interface CustomAgent {
export interface CustomAgent {
load: (options: FingerprintJSPro.LoadOptions) => Promise<FingerprintJSPro.Agent>
}
interface FpjsProviderOptions extends FpjsClientOptions {
export interface FpjsProviderOptions extends FpjsClientOptions {
/**
* If set to `true`, will force FpjsClient to be rebuilt with the new options. Should be used with caution
* since it can be triggered too often (e.g. on every render) and negatively affect performance of the JS agent.
Expand Down

0 comments on commit f2599bf

Please sign in to comment.