NotificationActionResponse.ts 86 Bytes
Newer Older
1 2 3 4
export interface NotificationActionResponse {
  identifier: string;
  text: string;
}