Update index.ts

This commit is contained in:
Denis Angell
2024-09-30 10:52:37 +02:00
committed by GitHub
parent e4e13302ad
commit 04286221c2

View File

@@ -87,7 +87,7 @@ export interface HookParameter {
/**
* The value of the parameter.
*/
HookParameterValue: string
HookParameterValue?: string
}
}