Skip to content

Commit

Permalink
fix: type fix for environment param
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs committed Aug 1, 2023
1 parent c83b5c4 commit 42c6432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stack/environment/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Queryable, SystemFunction } from "../../utility/operations";
export interface Environment extends SystemFields, SystemFunction<Environment> {
}

export interface Environments extends Queryable<Environment, {extension: EnvironmentData}> {
export interface Environments extends Queryable<Environment, {environment: EnvironmentData}> {
}

export interface EnvironmentData extends AnyProperty {
Expand Down

0 comments on commit 42c6432

Please sign in to comment.