Skip to content

Commit

Permalink
Update http-client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ainvoner committed Apr 15, 2024
1 parent 7ed1cef commit c685bc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/wingsdk/src/ui/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export interface IHttpClientGetUrlHandler extends IInflight {}
export interface IHttpClientGetApiSpecHandler extends IInflight {}

/**
* Inflight client for `IHttpClientHandler`.
* Inflight client for `IHttpClientGetUrlHandler`.
*/
export interface IHttpClientGetUrlHandlerClient {
/**
Expand All @@ -104,7 +104,9 @@ export interface IHttpClientGetUrlHandlerClient {
*/
handle(): Promise<string>;
}

/**
* Inflight client for `IHttpClientGetApiSpecHandler`.
*/
export interface IHttpClientGetApiSpecHandlerClient {
/**
* Function that returns the OpenAPI spec.
Expand Down

0 comments on commit c685bc8

Please sign in to comment.