Interface NotificationResponseInterface

interface NotificationResponseInterface {
    success: boolean;
    messageId?: string;
}

Properties

Properties

success: boolean
messageId?: string