diff --git a/index.d.ts b/index.d.ts index b10364b8..1403254b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -4,11 +4,11 @@ declare namespace AzureNotificationHub { hubName: string; senderID: string; tags: string[]; - channelName: string; - channelImportance: boolean; - channelShowBadge: boolean; - channelEnableLights: boolean; - channelEnableVibration: boolean; + channelName?: string; + channelImportance?: boolean; + channelShowBadge?: boolean; + channelEnableLights?: boolean; + channelEnableVibration?: boolean; } export interface TemplateRegistrationConfig extends RegistrationConfig {