UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

10 lines (8 loc) 235 B
interface UpdateNameRequest { name: string; } interface UpdateNameResponse { update: "success" | "error"; } type UpdateNameOptions = UpdateNameRequest; export type { UpdateNameOptions, UpdateNameRequest, UpdateNameResponse };