Skip to content

Private params are params that are not visible to the public. For example, the password for a claim code.

ClaimIntegrationPrivateParamsType<T> = T extends "password" ? object : T extends "codes" ? object : T extends "whitelist" ? object : Record<string, any>

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:904

Private params are params that are not visible to the public. For example, the password for a claim code.

Type Parameters

T

T extends ClaimIntegrationPluginType

Edit this page on GitHub