Hey! I just started using @sapphire/string-store, and it seems to make the most sense to store all discord IDs as snowflakes, as they take less space in the custom ID than the string (im pretty sure, right?), however, this means i now need to call .toString() on all the stored snowflakes to use them with the rest of my code (or refactor everything to use bigints instead)
Is there some way to have .deserialize automatically turn bigints into strings? or is that functionality that would be worth adding?