UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 319 B
import { NotificationAction } from "./NotificationAction"; import { ListMessagePayload } from "../../response/notification/ListMessagePayload"; export declare class GetAllNotifications extends NotificationAction<ListMessagePayload[]> { size: number; page: number; constructor(size: number, page: number); }