import { createClient, API_REGIONS } from “@amityco/ts-sdk”;
const client = createClient(“b0e8e05d3a88a4634f31851d550d16dd855bd8e2bf326d2f”, API_REGIONS.SG);
I’m trying to get started but I’m getting this error: - Module ‘“@amityco/ts-sdk”’ has no exported member ‘createClient’.
could you tell me where can I find the proper docs from getting started to implement features for community in react ts.