export interface ClaimMap {
    [id: string]: {
        [id: string]: any;
    };
}
