diff --git a/src/params/index.ts b/src/params/index.ts index 15ae9ebd7..3f60dcbd4 100644 --- a/src/params/index.ts +++ b/src/params/index.ts @@ -115,7 +115,6 @@ export const storageBucket: Param = new InternalExpression( * hinting during parameter resolution. * * @param name The name of the environment variable to use to load the parameter. - * @param options Configuration options for the parameter. * @returns A parameter with a `string` return type for `.value`. */ export function defineSecret(name: string): SecretParam {