LookupRange.ts 84 B

12345
  1. interface LookupRange {
  2. from: string;
  3. to: string;
  4. }
  5. export default LookupRange;