Skip to content

Commit

Permalink
fix: change to the expected PodiumClientResourceOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 12, 2024
1 parent be1b8ff commit 4991964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import fs from 'fs';
// @podium/layout).
/**
* @typedef {import('@podium/client').PodiumClientResource} PodiumClientResource
* @typedef {import('@podium/client').PodiumClientResourceOptions} PodiumClientResourceOptions
* @typedef {import('@podium/client/lib/http-outgoing.js').PodiumClientResourceOptions} PodiumClientResourceOptions
* @typedef {import('@podium/client').PodiumClientResponse} PodiumClientResponse
* @typedef {import('@podium/client').PodiumRedirect} PodiumRedirect
* @typedef {import('@podium/client').PodletManifest} PodletManifest
Expand Down

0 comments on commit 4991964

Please sign in to comment.