Skip to content

Commit

Permalink
refactor(types): Add a new line for improved readability in Request i…
Browse files Browse the repository at this point in the history
…nterface
  • Loading branch information
robinv8 committed Nov 15, 2024
1 parent 31336a5 commit b3ef1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embed-basic/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/

export interface Request {
get: (url: string) => Promise<any>;
}

0 comments on commit b3ef1c1

Please sign in to comment.