Skip to main content
Module

x/amo/mod.ts>AccountInfo

♿amoCRM API client
Latest
type alias AccountInfo
import { type AccountInfo } from "https://deno.land/x/amo@v0.2.5/mod.ts";
definition: { id: number; name: string; subdomain: string; current_user_id: number; country: string; customers_mode: string; is_unsorted_on: boolean; is_loss_reason_enabled: boolean; is_helpbot_enabled: boolean; is_technical_account: boolean; contact_name_display_order: 1 | 2; amojo_id: string; version: number; drive_url: string; is_api_filter_enabled: boolean; created_at: number; created_by: number; updated_at: number; updated_by: number; currency: string; currency_symbol: string; mobile_feature_version: number; }