Skip to content

Commit eb59c93

Browse files
authored
chore(gatsby): Update IPluginRefObject type (#35711)
1 parent 2289a2c commit eb59c93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gatsby/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,8 @@ export interface IPluginRefObject {
16161616
resolve: string
16171617
options?: IPluginRefOptions
16181618
parentDir?: string
1619+
/** @private Internal key used by create-gatsby during plugin installation. Not necessary to define and can be removed. */
1620+
__key?: string
16191621
}
16201622

16211623
export type PluginRef = string | IPluginRefObject

0 commit comments

Comments
 (0)