Skip to content

Commit

Permalink
Add typing for featureInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 15, 2024
1 parent ce217ba commit fa5d869
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
} );

// Fetch the plugin/feature information via the REST API.
/** @type {{settingsUrl: string|null}} */
const featureInfo = await apiFetch( {
path: `/performance-lab/v1/features/${ pluginSlug }`,
method: 'GET',
Expand Down

0 comments on commit fa5d869

Please sign in to comment.