Type Alias: ClaimIntegrationPrivateParamsType<T>
Private params are params that are not visible to the public. For example, the password for a claim code.
ClaimIntegrationPrivateParamsType<
T> =Textends"password"?object:Textends"codes"?object:Textends"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