Interface CompleteClaimPayload

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

Indexable

Properties

Properties

_expectedVersion: number

Needs to be provided so we check that no plugins or claims have been updated since the claim was fetched.