UNPKG

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

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 183 B
import { IRequestPayload } from "../IRequestPayload"; export interface UpdateCurrentUserPayload extends IRequestPayload { username: string; name: string; email: string; }