Interface CompleteClaimPayload

interface CompleteClaimPayload {
    _fetchedAt?: number;
    [customPluginId: string]: ClaimIntegrationPluginCustomBodyType<ClaimIntegrationPluginType> | any | undefined;
}

Indexable

[customPluginId: string]: ClaimIntegrationPluginCustomBodyType<ClaimIntegrationPluginType> | any | undefined

The claim body for each unique plugin.

Properties

Properties

_fetchedAt?: number

If provided, we will check that no plugins or claims have been updated since the last time the user fetched the claim.