Skip to main content

SetClaimConditionsParams type

This feature is currently in beta and may change based on feedback that we receive.

The params for the useSetClaimConditions() hook mutation.

Signature:

export declare type SetClaimConditionsParams = {
phases: ClaimConditionInput[];
reset?: boolean;
};