UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 300 B
import { NotificationAction } from "./NotificationAction"; import { ContentMessagePayload } from "../../response/notification/ContentMessagePayload"; export declare class GetNotification extends NotificationAction<ContentMessagePayload> { messageId: number; constructor(messageId: number); }