Interface iGetGatedContentForClaimSuccessResponse<T>

interface iGetGatedContentForClaimSuccessResponse<T> {
    rewards: (undefined | iClaimReward<T>)[];
}

Type Parameters

Implemented by

Properties

Properties

rewards: (undefined | iClaimReward<T>)[]