A claim consists of value and index_mod_4.

interface Claim {
    indexMod4: number;
    value: string;
}

Properties

Properties

indexMod4: number
value: string