export interface NewClient { id?: string; name: string; description?: string; isEnabled?: boolean; sbClientId?: string; sbClientSecret?: string; allowedOrigins?: Array; }