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 16fb03d commit 074706aCopy full SHA for 074706a
types/stack/environment/index.d.ts
@@ -4,7 +4,7 @@ import { Queryable, SystemFunction } from "../../utility/operations";
4
export interface Environment extends SystemFields, SystemFunction<Environment> {
5
}
6
7
-export interface Environments extends Queryable<Environment, {extension: EnvironmentData}> {
+export interface Environments extends Queryable<Environment, {environment: EnvironmentData}> {
8
9
10
export interface EnvironmentData extends AnyProperty {
0 commit comments