import { whopApi } from "@/lib/whop-api";

const result = await whopApi.getAttachment({
	// The ID of the attachment
	id: "xxxxxxxxxxx" /* Required! */,
});