ClaimData: boolean | number | string | ClaimData[] | {
    [key: string]: ClaimData;
}

Type declaration

Generated using TypeDoc