You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The secrets key of SecretsListResponsecontains hardcoded keys for STRIPE, ALGOLIA, etc. Instead, this should be a plain Record<string,string> or, better, a generic that can be derived from the secrets list passed in the optional params.
The
secretskey ofSecretsListResponsecontains hardcoded keys for STRIPE, ALGOLIA, etc. Instead, this should be a plainRecord<string,string>or, better, a generic that can be derived from thesecretslist passed in the optional params.