UNPKG

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

Version:

Endevor Bridge for Git Rest client

9 lines (8 loc) 207 B
import { IResponse } from "../IResponse"; export interface ListMessagePayload extends IResponse { id: number; createdAt: string; severity: string; newMessage: boolean; subject: string; }