Skip to content

Commit

Permalink
feat: add netlify api constant types
Browse files Browse the repository at this point in the history
  • Loading branch information
orinokai authored Oct 26, 2023
1 parent 0458ea7 commit dcd8a25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/build/types/netlify_plugin_constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@ export interface NetlifyPluginConstants {
* the Netlify site ID
*/
SITE_ID: string
/**
* the Netlify API access token
*/
NETLIFY_API_TOKEN?: string,
/**
* the Netlify API host
*/
NETLIFY_API_HOST?: string,
}

0 comments on commit dcd8a25

Please sign in to comment.