NotificationActionResponse.js 295 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3 4 5 6 7 8 9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class NotificationActionResponse {
    constructor(response) {
        this.identifier = response.identifier;
        this.text = response.text;
    }
}
exports.NotificationActionResponse = NotificationActionResponse;