custom.d.ts 71 B

12
  1. type Dictionary<T> = Record<string, T>;
  2. type IdType = string | number;