Skip to content

Commit

Permalink
fix: add systemLog to types
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 20, 2023
1 parent bbcad09 commit 6fa00d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/types/netlify_plugin_options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export interface NetlifyPluginOptions<TInputs extends PluginInputs<StringKeys<TI
constants: NetlifyPluginConstants
utils: NetlifyPluginUtils
featureFlags?: Record<string, unknown>
systemLog?(message: string): void
}

0 comments on commit 6fa00d8

Please sign in to comment.