type Guild = { id: string; name: string; iconUrl: string; }; export { Guild };