As someone still learning TypeScript, please have patience with me. While I understand how to use the Record<K, T> Utility Type, I am curious to know if there is a method to export my Record<K, T> as another interface/type that can be accessible in other files and modules.