export interface EmailTopic { EmailTopicId: number; EmailTopicName: string; Description: string | null; DelayTimeMinutes: number | null; IsActive: boolean; IsSystem: boolean; Enabled: boolean; AddressesTO: string | null; AddressesCC: string | null; AddressesBCC: string | null; }