/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PatchedWhatsappConfig = { readonly id?: number; readonly bot?: number; phone_number_id?: string; application_secret?: string; webhook_verification_token?: string; /** * Access token to the bot. This can also be a temporary access token. */ access_token?: string; };