Currently we're using `as const` to exports the data with it's exact data as type, should we just exports a generic type instead for performance?
Currently we're using
as constto exports the data with it's exact data as type, should we just exports a generic type instead for performance?