Closed jwicks31 closed 6 years ago
Update the Interface for Claims to
interface Claim { [key: string]: number | string | ReadonlyArray<number | string | Claim> | Claim }
Update the Interface for Claims to