Open
Description
Describe the Feature
Currently, the CommunityResourceable
export is not exported - it is commented out.
How come?
Un-commenting CommunityResourceable
would allow alchemy-sdk to remove an old, unsupported dependency.
Code Example
export type {
CommunityResourcable
} from "./community.js";