export interface SmsServiceUpdate { name?: string; description?: string; serviceAccountId?: string; apiKey?: string; apiSecret?: string; servicePhoneNumber?: string; customData?: any; }