Skip to content

UpsertMergeRequestNoteParams

Defined in: src/ci/gitlab.ts:89

apiUrl: string;

Defined in: src/ci/gitlab.ts:90


body: string;

Defined in: src/ci/gitlab.ts:91


optional fetchImpl?: {
(input, init?): Promise<Response>;
(input, init?): Promise<Response>;
};

Defined in: src/ci/gitlab.ts:93

Fetch implementation to use — injectable for tests; defaults to the global fetch.

(input, init?): Promise<Response>;

MDN Reference

URL | RequestInfo

RequestInit

Promise<Response>

(input, init?): Promise<Response>;

MDN Reference

string | URL | Request

RequestInit

Promise<Response>


marker: string;

Defined in: src/ci/gitlab.ts:94


mergeRequestIid: number;

Defined in: src/ci/gitlab.ts:95


projectId: string;

Defined in: src/ci/gitlab.ts:96


token: string;

Defined in: src/ci/gitlab.ts:97