Skip to content

Commit feff149

Browse files
committed
test: update snapshot
1 parent 22c4ce1 commit feff149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/__tests__/__snapshots__/snapshot-test.ts.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ export interface QueryParameters {
345345
[key: string]: QueryParameter;
346346
}
347347
export type SuccessResponses = Response$getIncludeLocalReference$Status$200 | Response$getFullRemoteReference$Status$200 | Response$getReferenceItems$Status$200;
348+
export type ErrorResponses$getIncludeLocalReference = void;
349+
export type ErrorResponses$getIncludeRemoteReference = void;
350+
export type ErrorResponses$getFullRemoteReference = void;
351+
export type ErrorResponses$getReferenceItems = void;
348352
export interface ApiClient<RequestOption> {
349353
request: <T = SuccessResponses>(httpMethod: HttpMethod, url: string, headers: ObjectLike | any, requestBody: ObjectLike | any, queryParameters: QueryParameters | undefined, options?: RequestOption) => Promise<T>;
350354
}

0 commit comments

Comments
 (0)