@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
8 lines (7 loc) • 319 B
TypeScript
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);
}