export interface ApiClient { Id?: string; ClientSecret?: string; Active?: boolean; AppName?: string; AllowAnyBuyer?: boolean; AllowAnySupplier?: boolean; AllowSeller?: boolean; IsAnonBuyer?: boolean; AssignedBuyerCount?: number; AssignedSupplierCount?: number; AssignedWebhookCount?: number; }