@acadix/setup
Version:
Acadix Learning Management System backend application project setup
8 lines (7 loc) • 317 B
TypeScript
import { WhatsappInterface } from "../utils";
export default function whatsappCloudConfig({ accessToken, graphAPIVersion, senderPhoneNumberId, whatsappBusinessId, }: WhatsappInterface): {
accessToken: string;
graphAPIVersion: string;
senderPhoneNumberId: string;
whatsappBusinessId: string;
};