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