weareinreach / InReach

Found unused variables in TypeScript code JS-0356
Performance
Major
1 occurrence in this check
'SupplementData' is defined but never used. Allowed unused vars must match /^_/u
482	nativeName: string
483}
484
485type SupplementData = {486	access_type: string
487	access_value: string
488}