NotificationActionResponse.d.ts 127 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3 4 5
export declare class NotificationActionResponse {
    identifier: string;
    text?: string;
    constructor(response: any);
}