Skip to content

T extends ClaimIntegrationPluginType

ClaimIntegrationPluginCustomBodyType<T> = T extends "codes" ? object : T extends "password" ? object : T extends "email" ? object : Record<string, any>

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

Type Parameters

T

T extends ClaimIntegrationPluginType

Edit this page on GitHub