Customer: {
    id: string;
    name: string;
    internalId: string;
    fields?: Record<string, any>;
    credentials?: any;
    lastActiveAt?: string;
    isTest?: boolean;
    isBillable?: boolean;
}

Type declaration

  • id: string
  • name: string
  • internalId: string
  • Optionalfields?: Record<string, any>
  • Optionalcredentials?: any
  • OptionallastActiveAt?: string
  • OptionalisTest?: boolean
  • OptionalisBillable?: boolean