Interface CreateClaimPayload

interface CreateClaimPayload {
    claims: CreateClaimRequest<NumberType>[];
}

Properties

Properties