We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2358cc1 commit 1e4bc7dCopy full SHA for 1e4bc7d
src/params/index.ts
@@ -115,7 +115,6 @@ export const storageBucket: Param<string> = new InternalExpression(
115
* hinting during parameter resolution.
116
*
117
* @param name The name of the environment variable to use to load the parameter.
118
- * @param options Configuration options for the parameter.
119
* @returns A parameter with a `string` return type for `.value`.
120
*/
121
export function defineSecret(name: string): SecretParam {
0 commit comments